laravel-crud maintained by balajidharma
Description
Laravel CRUD - Build List and Detail View
Author
Last update
2025/11/21 01:19
(1.x-dev)
License
Downloads
3 132
Tags
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