Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

sf2simple

Symfony2 quick start with less files required

Webinar material

Installation

  • 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