Introducing our base package for Laravel, designed to help you quickly and easily scaffold a powerful admin panel for your project. Out of the box, our package comes with both front and back-end login functionality, including separate controllers and models for both admin and normal user login. The package also includes a CRUD builder, Vite and InertiaJS, making it easy to manage and organize your data. Whether you're a beginner or an experienced developer, our package offers a flexible and customizable solution for your admin panel needs. Save time and streamline your development process with our all-in-one package.
First you need a FRESH laravel 9 or higher project
composer require mariojgt/skeleton-admin
php artisan install:skeleton-admin
and that all :)