Google News
logo
Slim Framework - Interview Questions
What about PHP built-in server in Slim Framework?
Run the following command in terminal to start localhost web server, assuming ./public/ is public-accessible directory with index.php file :
cd public/
php -S localhost:8888
If you are not using index.php as your entry point then change appropriately.
Advertisement