Events in Laravel
– rocketee.rs - submitted by Mark van Eijk
Out of the box Laravel has a wide variety of events that are fired inside your application by default. These events can help you with hooking into functionality and listen for when things are happening. This makes Laravel easily extensible without much effort.
Read more [rocketee.rs]