Laravel Easy Admin Panel

dev-master 2024-04-29 13:19 UTC

This package is auto-updated.

Last update: 2024-04-29 13:19:33 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