xbugs/crud

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2020-06-11 21:30 UTC

This package is auto-updated.

Last update: 2024-05-12 06:20:07 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