nickdekruijk / leap
Laravel Easy Admin Panel
dev-master
2024-06-05 20:15 UTC
Requires
- php: >=8.2
- blade-ui-kit/blade-icons: ^1.5
- danharrin/livewire-rate-limiting: ^1.3
- laravel/framework: ^11.0
- livewire/livewire: ^3.0
- owenvoke/blade-fontawesome: ^2.3
- scssphp/scssphp: ^1.11
This package is auto-updated.
Last update: 2024-11-05 21:11:34 UTC
README
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.
Installation
Begin by installing this package with composer.
composer require nickdekruijk/leap
Laravel installation
Publish the config file if the defaults doesn't suite your needs:
php artisan vendor:publish --provider="NickDeKruijk\Leap\ServiceProvider"
Config
See the config file at config/leap.php