Support the ongoing development of Laravel.io →
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

Create a truly RESTful API with Laravel

##Hello, community! Today, I want to share and celebrate with you, my most recent achievement. I wor...

0 Likes
2 Replies

How make REST API in laravel 5?

Hello, I have angular app. I want use laravel5 like API server. This must be separated parts. Datab...

0 Likes
5 Replies

How to auth with Laravel 5.4

I keep getting all sorts of funny errors just by trying to see an application can actually work in L...

0 Likes
1 Replies

Memcached sessions not persisting

I am having no problems with file based sessions, but cannot get memcached sessions to persist on th...

0 Likes
9 Replies

Laravel request for specific unique field

Hi, I have my request form for destinations, it has, id, name and location_id so depending on the lo...

0 Likes
1 Replies

Laravel 5.4 with Moloquent give error when insert data

I have this error with moloquent/moloquent package. composer require moloquent/moloquent My Item cla...

0 Likes
0 Replies

morphOne relationship issue

Hello, I am having a issue with a morphOne relationship where it is creating new entries rather tha...

0 Likes
1 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.