laravel-crud maintained by balajidharma
Description
Laravel CRUD - Build List and Detail View
Author
Last update
2026/05/13 03:22
(2.x-dev)
License
Downloads
3 380
Tags
Last update
2026/05/13 03:22
License
Require
- illuminate/support ^11.0|^12.0|^13.0
- balajidharma/laravel-form-builder ^2.0
Last update
2026/05/13 03:22
License
Require
- illuminate/support ^11.0|^12.0|^13.0
- balajidharma/laravel-form-builder ^2.0
Last update
2026/05/13 03:21
License
Require
- illuminate/support ^10.0|^11.0|^12.0
- balajidharma/laravel-form-builder ^1.0
Last update
2026/05/13 03:20
License
Require
- balajidharma/laravel-form-builder ^1.0
- illuminate/support ^10.0|^11.0|^12.0
Last update
2025/11/21 01:19
License
Require
- illuminate/support ^10.0|^11.0|^12.0
- balajidharma/laravel-form-builder ^1.0
Last update
2025/11/09 19:02
License
Require
- illuminate/support ^10.0|^11.0|^12.0
- balajidharma/laravel-form-builder ^1.0
Last update
2025/03/09 17:57
License
Require
- illuminate/support ^10.0|^11.0|^12.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/12/09 18:27
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/11/24 17:23
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/11/23 17:12
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/11/10 18:25
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/11/05 01:40
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/10/31 18:51
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/10/17 14:36
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/10/17 14:31
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
Last update
2024/10/14 18:33
License
Require
- illuminate/support ^10.0|^11.0
- balajidharma/laravel-form-builder ^1.0
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