rklab / crud
Package for Laravel 9 with GUI to automatically generate CRUD
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
pkg:composer/rklab/crud
Requires
- php: ^8.0.2
This package is auto-updated.
Last update: 2025-12-11 18:37:10 UTC
README
Package for Laravel 9 with GUI to automatically generate CRUD
CRUD generation panel is accesable by route
https://<<APP_URL>>/crud
Features
- Model, Migration, Controller and View generation using GUI
- Configurable pagination
- Model realtionship creation
Requirements
This package is intended for Laravel 9, it requires:
- Laravel 9 environment
- Relational database
How to install
composer require rklab/crud
php artisan vendor:publish --provider="Rklab\Crud\Providers\CrudServiceProvider"
php artisan migrate