nickdekruijk/leap is a Laravel package for laravel easy admin panel.
It currently has 1 GitHub stars and 651 downloads on Packagist (latest version 0.2.12).
Install it with composer require nickdekruijk/leap.
Discover more Laravel packages by nickdekruijk
or browse all Laravel packages to compare alternatives.
Last updated
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