server:run remove script (alias of artisan serve)

This commit is contained in:
Irfan 2021-11-03 17:33:22 +05:00
parent 0038b360cc
commit ec55bb2515

View File

@ -50,9 +50,6 @@
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.dist', '.env');\""
],
"server:run": [
"php -S localhost:8000 -t public"
]
},
"minimum-stability": "dev",