mariojgt / skeleton-admin
Laravel master admin panel with both front and backend
Installs: 23
Dependents: 1
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:laravel
Requires
- php: ^8.0
- inertiajs/inertia-laravel: ^1.0.0
- laravel/sanctum: ^4.0
- laravel/socialite: ^5.16
- mariojgt/biscotto: ^1.0|@dev
- mariojgt/builder: ^1.1.2|@dev
- mariojgt/castle: ^2.0.1|@dev
- mariojgt/magnifier: ^1.0|@dev
- spatie/laravel-permission: ^6.4
- tightenco/ziggy: ^1.5
README
Skeleton-admin
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.
Badges
Author
Installation
First you need a FRESH laravel 9 or higher project
composer require mariojgt/skeleton-admin php artisan install:skeleton-admin
and that all :)