1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
This commit is contained in:
Samuel Štancl 2021-04-06 21:14:55 +02:00
parent 1beb9dd34c
commit 8dae8d1250
13 changed files with 79 additions and 60 deletions

View file

@ -46,8 +46,8 @@
"@php artisan key:generate --ansi"
],
"seed": "(rm -f content/**/*.md || true) && php artisan orbit:clear && php artisan db:seed",
"serve": "@php -S http://127.0.0.1:7777 -t static",
"generate": "@php artisan html:generate static 127.0.0.1:7777"
"generate": "@php artisan html:generate static http://127.0.0.1:7777",
"serve": "@php -S 127.0.0.1:7777 -t static"
},
"extra": {
"laravel": {