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
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-12 11:09:44 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