Laravel Kethod Admin Panel screenshot

Laravel Kethod Admin Panel

Author Avatar Theme by Akramchauhan
Updated: 1 Aug 2025
8 Stars

Laravel boiler-plat for Admin panel (one command to generate crud)

Categories

Overview:

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.

Features:

  • Auto Generate CRUD: Quickly generate CRUD operations for database tables.
  • Two Factor Authentication: Secure your admin panel with two-factor authentication.
  • Easy Clone and Modify: Clone existing controller and blade files to create new CRUD operations.

Installation:

To install the Kethod Admin Panel, follow these steps:

  1. Clone the repository:
git clone <repository-url>
  1. Run composer install to install the required dependencies:
composer install
  1. Create a .env file and configure your database settings:
cp .env.example .env
  1. Generate a new application key:
php artisan key:generate
  1. Run database migrations to create the required tables:
php artisan migrate
  1. Start the development server:
php artisan serve
  1. Access the admin panel in your browser:
http://localhost:8000/admin

Summary:

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.