mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
branding
This commit is contained in:
parent
1beb9dd34c
commit
8dae8d1250
13 changed files with 79 additions and 60 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue