I have installed Gulp and Laravel Elixir. When trying to execute gulp or gulp watch I get the follow...
I'm using Laravel 5.3 I have custom model follow namespace App\Models; use Illuminate\Database\Eloqu...
How to implement Laravel's jobs duplication management? I feel like this feature should be implement...
i want to get the result of code below in laravel query builder or better still eloquent Adding the...
Description: The response header 'Connection' is always set to 'close' by response handler. If the h...
I have an existing website: test.local and it already contains a script (wordpress). I want to make...
Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...
I decided to do the upgrade and regretting it now so I am hoping to find someone else who might have...
I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...
Suggest me the best practices for optimizing the laravel application. I want to improve its response...
My route is Route::resource('product', 'Product\ProductController'); My ProductController...
This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...
Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...
##Hello, community! Today, I want to share and celebrate with you, my most recent achievement. I wor...
Hello, I have angular app. I want use laravel5 like API server. This must be separated parts. Datab...
I keep getting all sorts of funny errors just by trying to see an application can actually work in L...
I am having no problems with file based sessions, but cannot get memcached sessions to persist on th...
Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...
I have this error with moloquent/moloquent package. composer require moloquent/moloquent My Item cla...
Hello, I am having a issue with a morphOne relationship where it is creating new entries rather tha...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community