Laravel Packages
Working with Laravel is awesome, especially when using packages that help you quickly finish your projects while following all SOTA best practices and recommendations. Below are some Laravel packages that I find helpful for accomplishing my projects:
- spatie/laravel-permission - for handling roles and permissions.
- spatie/laravel-sluggable - for automatically generate URL-friendly slugs.
- spatie/laravel-tags - add tags and taggable behaviour.
- spatie/eloquent-sortable - adds sortable behaviour to an Eloquent model.
- Laravel Debugbar - for debugging and profiling.
I kept this wonderful package that helps you create your admin panel quickly and easily; it’s called Filament.
There others such as: Orchid, Backpack.
If you decide to use Filament, as I did, you can add these additional related plugins to enhance your admin panel:
- filament shield
- spatie-laravel-media-library-plugin
- filament-spatie-tags (used with spatie/laravel-tags)