Package Data | |
---|---|
Maintainer Username: | dog-ears |
Maintainer Contact: | info@dog-ears.com (dog-ears) |
Package Create Date: | 2016-03-22 |
Package Last Update: | 2020-04-25 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-12-14 15:04:45 |
Package Statistics | |
---|---|
Total Downloads: | 3,053 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 19 |
Total Watchers: | 6 |
Total Forks: | 4 |
Total Open Issues: | 0 |
Hi, this is a scaffold generator for Laravel 5.6. You can Create Basic CRUD application by using this package. (For laravel 5.5, use package version 2.6.0)
Demo Site https://demo-cds.dog-ears.net/
The CRUD application generated by this package has the following features.
[ General ]
[ Index Page ]
[ Create / Edit / Duplication ]
Ver 3.0.0 Renewal Ver 2.6.0 Add Varidation and keep old input value. Ver 2.5.3 bugfix
composer require dog-ears/crud-d-scaffold
You're all set.
Run php artisan
from the console, and you'll see the new commands below.
- 'crud-d-scaffold:setup' : Setup crud-d-scaffold with bootstrap 3
This completes the preparation.
Let's register the sample.
php artisan vendor:publish --tag=public --force
cp ./vendor/dog-ears/crud-d-scaffold/crud-d-scaffold_case0010.json ./crud-d-scaffold.json
php artisan crud-d-scaffold:setup -f
Overwriting the file with -f option.
For the first time, the f option is unnecessary. (No problem with putting on)
php artisan migrate
php artisan db:seed
It's all over.
Please check your application.
If you want to modify the application structure, After running [migrate: rollback], delete the migration file (/ database / migrations /) and then execute [ Crud-d-scaffold: setup-f ]
see crud-d-scaffold_case00XX.json
and now you can create crud-d-scaffold.json from this site.
ER-DIAGRAM-TOOL http://er.dog-ears.net/
-f, --force Overwrite the file. (If there is an existing file in the absence of the option, processing stops there.)
This package is tested by laravel dusk. see below repository.
https://github.com/dog-ears/crud-d-scaffold-dusktest3
visit my blog http://dog-ears.net/en/category/laravel/package/scaffold/history/