Helpers Collection
Visit this package on GitHub

Laravel Commands

Delete finally soft deletes Model instances:

php artisan cleanup:soft-deletes

Create a new migration file for many-to-many pivot table:

php artisan make:migration:pivot User Post

Save the route:list output to /storage/development/routes.txt or /storage/development/{name}.txt:

php artisan sort:lang:json

Alias command for barryvdh/laravel-ide-helper and tutorigo/laravel-ide-macros if installed:

php artisan helper