Package Data | |
---|---|
Maintainer Username: | deangite |
Maintainer Contact: | dean.gite@inveen.com (Dean Gite) |
Package Create Date: | 2016-09-16 |
Package Last Update: | 2016-09-26 |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-02-12 15:05:44 |
Package Statistics | |
---|---|
Total Downloads: | 13 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Laravel crud is a simple package to create CRUD operations creating table migrations. This is for Laravel 5.2
Get the package using composer
composer require deangite/laravel-crud
Add the service provider to /config/app.php.
'providers' => [
...
Deangite\LaravelCrud\LaracrudServiceProvider::class,
],
php artisan laravel:crud
php artisan migrate