SYMFONY REST EXAMPLE Start the App $ composer install $ app/console server:start Load Fixtures $ app/console hautelook_alice:fixtures:load --fixtures src/AppBundle/Tests/DataFixtures/ORM Use the Api http://127.0.0.1:8000/api/doc TODO Remove FormTypes and Replace with Validator Component