Support the ongoing development of Laravel.io →

Redundant calls to Illuminate\Routing\Router->prepareResponse()

Looking into how the Exception-driven Controller validation works, I noticed nested calls in Illumin...

0 Likes
0 Replies

Csrf Token validation failure

I made small sample form (method post) and when i try to submit it, i get TokenMismatch expection. H...

0 Likes
1 Replies

Eloquent construct format column

Hey guys. I have a question, is there a way to do some custom stuff over the values that eloquent re...

0 Likes
0 Replies

Adding a validated checkbox to a form

Hi there, I have a site that has been built for me in Laravel and I am wanting to make some minor ch...

0 Likes
8 Replies

Trying to collect data from a many-to-many relationship

UPDATE 09/06/15 Hi, i'm quite new to Laravel, I'm trying to perform a query in Laravel 4 with Eloque...

0 Likes
3 Replies

Get featured listings from sub categories (while parent category)

Hello guys, I'm trying to show featured listings from sub categories in a category view. I can check...

0 Likes
3 Replies
posted 10 years ago

when I use {{$name}} in the title it throws an error in my show page

I was doing this <title>{{$name}}</title> in my layouts page. so each page would...

0 Likes
4 Replies

Class not found Issue ONLY on development and production server

I cannot get rid of the following error: {"error":{"type":"Symfony\\Compone...

0 Likes
3 Replies
Solved

Laravel5 Edit Existing Value on a Form

Hello everyone! I am new to Laravel. and got confused on how to do some things. I need help in this....

0 Likes
2 Replies
Solved

Laravel 5 Authentication - Changing User Namespace?

I moved the User model into a domain folder and updated the namespace. I also updated the config/aut...

0 Likes
2 Replies

Best practice for creating global variables (values pulled from database) in Laravel 5?

Hi, I need to have some global variables (values pulled from database) that are accessible through o...

0 Likes
1 Replies
posted 10 years ago

Laravel 5 hasMany() problem

I'm having trouble with Eloquent's hasMany() method. In short, I'm making a video website and curren...

0 Likes
5 Replies
Solved
posted 10 years ago

Email Middleware + Attachments

I have two issues: How would I go about implementing middleware whenever Mail:: is called, specifi...

0 Likes
3 Replies

Laravel 5 - Query Exception, wrong table used

Hi. I have a problem using the built in user support. I created a table "user" in my datab...

0 Likes
3 Replies
posted 10 years ago

How can i do this???? $this->hasMany( ) ->select()->where()

Basically, this an event app where customers can buy events and/or flights, hotels, etc......So you...

0 Likes
10 Replies
Solved

How to dynamically embed related forms in Laravel 5?

I have two related entities in Laravel, client and client user. A client can have multiple number o...

0 Likes
0 Replies

FatalErrorException in compiled.php line 9437: Class 'User' not found

I am trying to query the database to get all suggestions along with the users table information howe...

0 Likes
2 Replies
Solved

Form validation with @foreach

Hello, I have table with form, here is code: <tbody> @foreach($cart_products as $index =&g...

0 Likes
3 Replies
Solved

Laravel 5 - Routing with optional prefixes

I would appreciate some help with routing in Laravel 5. I've got three models: ReasearchLine, Reasea...

0 Likes
1 Replies
posted 10 years ago

Repository Pattern and Class - Interface binding

Hello all; I've been using this pattern for a long time but there is just a little point that I coul...

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