Revision 71e4cc17fd0ab75f48ca1cace0f2c15fdf4d387a
Committed on 19/02/2016 5:34 am by
AndreĢ R <ar@ez.no> [GitHub Diff]
Document use of php's built-in web server using standard symfony routes
Changes:
- remove custom router file as was requred when we had legacy around
- add app_dev.php as used by built in routes in symfony
- add mention in install doc *(re arrange so install is done before starting server)*
Benefit of these changes is that running server in dev env will now enable debug
(and web debug-toolbar), and we reuse the router file in symfony.