Laravel Community Tools by Tighten

Recent tricks

458 tricks
This method list out all the registered middleware in laravel
sanjok1988 5 years ago 22217
Laravel 8 has a nice feature secret route for maintenance bypass. You can get this feature in Laravel 6 or laravel 6 with a simple package called haruncpi/laravel-maintenance.
haruncpi 5 years ago 17520
cli
You can unguard all your Models instead of setting the protected guarded variable to an empty array in each App\Models\YourModel class using Model::unguard() in the boot method of AppServiceProvider class.
berto309 5 years ago 24197
if you want to run custom validation having a long function in laravel request file, you can use the following tricks to get the things done using withValidator method.
asifzcpe 5 years ago 20872
5.5
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 18739
Laravel package to let you manage de-normalized tables with simple configurations. Just add array based config in your models and it will automatically sync your denormalized tables. https://github.com/tkeer/flattable
tkeer 5 years ago 15171
Extends the native Laravel Http Client, so that you can define global options https://github.com/smokills/laravel-http-client-default-options
smokills 5 years ago 18767
You can use for forelse loop in your application.
techmahedy 5 years ago 18216
Check if the collection exists or not.
debjit 5 years ago 17973