After running composer update, error handler changed. I don't have any custom handlers installed. Th...
hi guys please i want to know how i can read text from pdf and insert it into database. i used pdf2t...
Hi, I've been looking for a solution to implement user and roles in my laravel app. So far nothing h...
I want to develop a forum that will require a user email verification after registration. I don't kn...
I have a form with html table in my view. How do I get all data from the html table to my controller...
Hi, I have a condition check to perform, whether the particular logged in user has values, if there...
I have users table and profiles table. One to one relation. I have one view to show both user and pr...
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...
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