xbugs / crud
There is no license information available for the latest version (dev-master) of this package.
Create crud in a simple way
dev-master
2020-06-11 21:30 UTC
This package is auto-updated.
Last update: 2026-03-12 10:11:08 UTC
README
sadsada To use this package you have to add to cofig/app the serviceProvider
Xbugs\Crud\CrudServiceProvider::class,
run php artisan make:crud car
Follow the wizard to add properties to the car Edit the migration/model and controller to your taste run php artisan migrate php artisan serve go to http://127.0.0.1:8000/car and enjoy