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...
Hi to all! When I use cmd command php artisan make:command FooCommand i get runtime error from thre...
Hi, I have installed a package from this site: https://packagecontrol.io/packages/Laravel%20Forms%20...
I am using laravel 5.4 and already register folders and subfolders, but I try to show in the view th...
I'm using the following, but this header is not set. return Response::view('doNotWantCachingOnThis')...
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