balajidharma/laravel-crud
Laravel CRUD - Build List and Detail View
3,902
1
| Install | |
|---|---|
composer require balajidharma/laravel-crud |
|
| Latest Version: | v2.0.1 |
| License: | MIT |
| Last Updated: | May 14, 2026 |
| Links: | GitHub · Packagist |
Maintainer: balajidharma
Table of Contents
Installation
- Install the package via composer
composer require balajidharma/laravel-crud
- Publish the migration and the config/menu.php config file with
php artisan vendor:publish --provider="BalajiDharma\LaravelCrud\CrudServiceProvider"
Demo
The "Basic Laravel Admin Penel" starter kit come with Laravel CRUD