mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-11 21:14:02 +00:00
wip
This commit is contained in:
parent
26615990e5
commit
d9cbb484cd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
"@php artisan key:generate --ansi"
|
"@php artisan key:generate --ansi"
|
||||||
],
|
],
|
||||||
"seed": "(rm -f content/**/*.md || true) && php artisan orbit:clear && php artisan db:seed",
|
"seed": "(rm -f content/**/*.md || true) && php artisan orbit:clear && php artisan db:seed",
|
||||||
"generate": "@php artisan html:generate static http://127.0.0.1:7777",
|
"generate": "php artisan orbit:clear && php artisan html:generate static http://127.0.0.1:7777",
|
||||||
"serve": "@php -S 127.0.0.1:7777 -t static"
|
"serve": "@php -S 127.0.0.1:7777 -t static"
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue