xbugs / crud
Create crud in a simple way
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:HTML
This package is auto-updated.
Last update: 2024-11-12 07:25:53 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