Support the ongoing development of Laravel.io →

Eloquent model events not firing when using relations?

I have a typical event hook for soft deleting children: public static function boot() { parent::boo...

0 Likes
1 Replies

Trouble running Vagrant and setting up the YAML file

I know there are several topics about exactly this problem, but the answered solutions don't seem to...

0 Likes
3 Replies
Solved
posted 10 years ago

Package Routing in Laravel 5

I was starting a new project and rather than coding it all in L4, I decided to just start in L5 and...

0 Likes
1 Replies

Database design with different users

#Dear people and cats. Do anyone have a smart idea of how to design a user table with different user...

0 Likes
2 Replies

Two Laravel apps under the same domain (session sharing)

Hi all, I'm in need of two Laravel apps responding to different routes under the same domain. For si...

0 Likes
1 Replies

Application Events

Hey am new to Laravel but i've risen up quite fast in it up to the point of developing a social netw...

0 Likes
0 Replies

Nested relationships when parent is a many-to-many relationship

Hi, I have these three models: Building (table: buildings) Object (table: objects) BuildingType (tab...

quyle92 liked this thread

1 Likes
21 Replies
Solved
posted 10 years ago

Call to undefined method Model::where() - also effects all(), find()

Hey guys, Something very weird has happened in an application that I am building today. All of a sud...

0 Likes
1 Replies

Change response to JSON in after filter

Hello guys, I'm about to create RESTful API with Laravel. I've created such in past, but this time I...

0 Likes
3 Replies

.htaccess: Options not allowed here Centos 7

I am facing this error when deploy my laravel website on server centos 7 .htaccess: Options not allo...

0 Likes
1 Replies

General Laravel/AJAX question

I apologize in advance if someone has addressed this on a separate thread and I just didn't see it....

0 Likes
10 Replies
Solved
posted 10 years ago

Laravel 5 - router events gone ...

Morning, dumb title with dumb question : as router.before and router.after are not fired anymore, ho...

0 Likes
1 Replies

White screen and php 'failed to open stream' error

Hi all, Apologies if this is somewhat of a newbie question (I am one) but I can't seem to put my fin...

0 Likes
7 Replies
Solved

(Laravel 5) Avoid Repetition in Controllers

Hi, I have 3 controllers that basically List/Create/Edit/Remove things in database (Products, Carts,...

0 Likes
2 Replies
Solved

Float - displaying with extra decimal values

I will try to briefly explain this problem I'm having. I have a database field called "price&qu...

0 Likes
3 Replies
Solved

Mysql silently fails when updating relations using sync()

I am posting arrays of related field ids using the product id as the key, to my controller: $input...

0 Likes
1 Replies
Solved

Advice on crating database properties

Hi guys, This question might be more of a generic database design question, but I'm using it for a L...

0 Likes
2 Replies
posted 10 years ago

Stuck adding something to existing Laravel web app

At a computer repair shop we are using a Laravel web application to manage our repairs, customers, t...

0 Likes
26 Replies

(SOLVED) Text inputs using Input::get() are not being pulled

EDIT: Figured it out. I was targeting the wrong php.ini (why on earth would I have more than one in...

0 Likes
1 Replies
posted 10 years ago

How to get the next highest value in database?

Hi! Assuming that I have this score column in my database; 41 41 45 48 50 I have a $number variable...

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