Initial project structure with Composer

This commit is contained in:
2022-07-09 12:50:24 -04:00
commit a46ba1dd4e
9 changed files with 127 additions and 0 deletions

7
bin/dev-server.sh Executable file
View 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