1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-11 21:14:02 +00:00
This commit is contained in:
Samuel Štancl 2021-10-29 21:06:39 +02:00
parent 26615990e5
commit d9cbb484cd

View file

@ -46,7 +46,7 @@
"@php artisan key:generate --ansi"
],
"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"
},
"extra": {