LaravelPackages.net
Acme Inc.
Toggle sidebar
nickdekruijk/leap

Laravel Easy Admin Panel

651
1
0.2.12
About nickdekruijk/leap

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: Laravel Easy Admin Panel

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

Star History Chart