balajidharma/laravel-crud
Laravel CRUD - Build List and Detail View
Maintainers
v2.0.1
2026-05-13 01:22 UTC
Requires
- balajidharma/laravel-form-builder: ^2.0
- illuminate/support: ^11.0|^12.0|^13.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT f9073573f907987c41e7be157c7efd4772ca6a40
README
Build CRUD for your Laravel projects.
👁 Total Downloads
👁 Latest Stable Version
👁 License
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
