Laravel Community Tools by Tighten

Tag "events" tricks

15 tricks
Save yourself from all the boilerplate of tracking/observing and reacting to model attribute changes.
alexstewar... 4 years ago 12925
Monitor user activity on laravel application with Laravel user activity package. It has build-in beautiful responsive & user-friendly UI with various useful features.
haruncpi 5 years ago 18763
Dialog to Confirm before delete
jtmaingi 7 years ago 5880
How to disable any ip from accessing your laravel app? Here is the solution. 1) Create Middleware "IPRestrictMiddleware". 2) Paste the code inside handle function. 3) Register the middleware in kernel function. 4) add the registered middleware in routes in order to restrict the access.
decipher 8 years ago 5379
Listen to the `Illuminate\Mail\Events\MessageSending` event, and perform logic when needed.
stevebauma... 9 years ago 8810
You can see SQL Query of your DB table on Laravel App, by Event listener.
ahaneef29 10 years ago 8235
Laravel de URL desenlerini yazılımcının sabit bir yaklaşımından uzaklaştırarak SEO için renklendirmeye yarayan bazı kullanımları.. http://elmacademy.net/
doguhan 11 years ago 8478
When you need to pass some data to the Mail::send or Mail::queue, you need to make use of the "use" approach:
aglipanci 11 years ago 56049
Gives you the ability to log all events (your own and Laravels built in events)
clarkeash 11 years ago 14853