Leap is a Laravel package that provides a simple admin panel for your Laravel application or use it to start your next Spa or SaaS application. It is build with Livewire v3 components and designed to be easy to use and customizable.
Begin by installing this package with composer.
composer require nickdekruijk/leap
Publish the config file if the defaults doesn't suite your needs:
php artisan vendor:publish --provider="NickDeKruijk\Leap\ServiceProvider"
See the config file at config/leap.php