Now including start.sh to start a php server using the router.php so no webserver is needed.
4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
php -S localhost:8000 -t ./public ./public/router.php
|