Support the ongoing development of Laravel.io →
posted 8 years ago

Laravel 5.4 new error handler?

After running composer update, error handler changed. I don't have any custom handlers installed. Th...

0 Likes
1 Replies
Solved
posted 8 years ago

Get text of PDF file to be inserted in database

hi guys please i want to know how i can read text from pdf and insert it into database. i used pdf2t...

0 Likes
0 Replies

How to provide role restrictions at route level?

Hi, I've been looking for a solution to implement user and roles in my laravel app. So far nothing h...

0 Likes
1 Replies

Verify email address after user registration

I want to develop a forum that will require a user email verification after registration. I don't kn...

0 Likes
5 Replies
Solved

How to get all data from html table to controller

I have a form with html table in my view. How do I get all data from the html table to my controller...

0 Likes
0 Replies

How to redirect to a user with populated data

Hi, I have a condition check to perform, whether the particular logged in user has values, if there...

0 Likes
0 Replies

Laravel one to one relational data access.

I have users table and profiles table. One to one relation. I have one view to show both user and pr...

0 Likes
0 Replies
posted 10 years ago

Laravel Elixir Sass error

I have installed Gulp and Laravel Elixir. When trying to execute gulp or gulp watch I get the follow...

0 Likes
9 Replies
Solved
posted 8 years ago

How do I call private in my model

I'm using Laravel 5.3 I have custom model follow namespace App\Models; use Illuminate\Database\Eloqu...

0 Likes
2 Replies
Solved

How to implement Laravel's jobs duplication management?

How to implement Laravel's jobs duplication management? I feel like this feature should be implement...

0 Likes
1 Replies

Comparing Two tables using laravel query builders using a column as reference

i want to get the result of code below in laravel query builder or better still eloquent Adding the...

0 Likes
0 Replies

Connection header in response is always set to 'close' by response handler

Description: The response header 'Connection' is always set to 'close' by response handler. If the h...

0 Likes
0 Replies

Laravel routes issue when loaded using a vhost alias

I have an existing website: test.local and it already contains a script (wordpress). I want to make...

0 Likes
1 Replies

Best practice to test a return from an eloquent request

Hi, I have this request : $sale = Sale::where('alias', '=', $alias)->first(); What is the best pr...

0 Likes
6 Replies

Sierra Upgrade - Break in Laravel/Vagrant/Homestead -

I decided to do the upgrade and regretting it now so I am hoping to find someone else who might have...

0 Likes
1 Replies
Solved

Laracasts/flash not showing in laravel 5.4

I have recently upgraded my project from Laravel 5.1 to 5.4. Everything is working fine except for f...

0 Likes
1 Replies
Solved

What are the best practices for optimizing the Laravel application?

Suggest me the best practices for optimizing the laravel application. I want to improve its response...

0 Likes
0 Replies
posted 8 years ago

Route Controller and Contextual Binding Laravel 5.4

My route is Route::resource('product', 'Product\ProductController'); My ProductController...

0 Likes
0 Replies

Laravel setPasswordAttribute Override

This is a problem I've seen a few times, and it may be to a lack of understanding on my part, but it...

0 Likes
0 Replies

Error with Queue Job and Laravel-Mongo DB

Hi ! I use this package and queue of Laravel 5.4. When I dispatch a job, I have an error : Next Ill...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.