Initial project structure with Composer
This commit is contained in:
7
bin/dev-server.sh
Executable file
7
bin/dev-server.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# cd into the correct directory
|
||||
cd "$( dirname "$0" )"/..
|
||||
|
||||
# launch the PHP dev server
|
||||
php -S localhost:8080 -t public public/index.php
|
Reference in New Issue
Block a user