How to build a Laravel Admin Panel. Built with Laravel 9, Filament, Spatie's Laravel-Permissions, Jetstream, Livewire, and Tailwind CSS.
In this part, we install Spatie's Laravel-Permission to handle our Authorizations.
Project name will be Coder's Filament Admin Panel.
We will only be using the default authentication setup with Laravel, Jets...