We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e456670 commit 4313068Copy full SHA for 4313068
README.md
@@ -24,7 +24,7 @@ Go to the public directory
24
Start the server
25
26
```bash
27
- php -S localhost:8080
+ composer run serve
28
```
29
Voila! Enjoy development.
30
composer.json
@@ -11,7 +11,7 @@
11
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
12
],
13
"serve": [
14
- "@php -S localhost:8080"
+ "@php -S localhost:8080 -t public public/index.php"
15
]
16
},
17
"autoload": {
0 commit comments