Laravel boiler-plat for Admin panel (one command to generate crud)
The Kethod Admin Panel is a boilerplate for the Laravel Admin Panel. It provides a default login system and includes features such as auto-generating CRUD operations and two-factor authentication.
To install the Kethod Admin Panel, follow these steps:
git clone <repository-url>
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
http://localhost:8000/admin
The Kethod Admin Panel is a Laravel boilerplate that provides a convenient solution for building an admin panel. Its key features include the ability to auto-generate CRUD operations and support for two-factor authentication. With easy cloning and modification of existing files, creating new CRUD operations is made efficient. Overall, the Kethod Admin Panel offers a solid foundation for building powerful admin panels in Laravel.