initial commit
This commit is contained in:
3
scripts/bootstrap.sh
Normal file
3
scripts/bootstrap.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
composer require itsgoingd/clockwork
|
8
scripts/genres.sh
Normal file
8
scripts/genres.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
php artisan make:model ${1} -mf
|
||||
php artisan make:controller Dashboard/${1}Controller
|
||||
php artisan make:request ${1}/StoreRequest
|
||||
php artisan make:request ${1}/UpdateRequest
|
||||
mkdir -pv resources/js/Pages/${1}s
|
||||
touch resources/js/Pages/${1}s/{Index,Show,Create,Edit}.vue
|
Reference in New Issue
Block a user