- Download Composer.
- Run
composer install(orphp composer.phar install, if you installed Composer locally). - Run
php -S localhost:8080 -t web. - Open your browser at http://localhost:8080/.
composer install (or php composer.phar install, if you installed Composer locally).php -S localhost:8080 -t web.