Symfony2 quick start with less files required
- Presentation
- Video (note: Russian language)
- Get composer
culr -S http://getcomposer.org/installer | php
- Install dependencies
php composer install
- Run web server
php -S localhost:8000 web/index.php
- Open browser
http://localhost:8000