Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 537 Bytes

RestApi

This is a Symfony2 REST Api based on the blog "REST APIs with Symfony2: The Right Way" from William DURAND

If you can improve this bundle for a good example please do a pull request!!

Install

Commandline git clone [email protected]:verschoof/RestApi.git rest-api

cp app/config/parameters.dist.yml app/config/parameters_dev.yml

Edit app/config/parameters_dev.yml to your settings

run composer install run app/console doctrine:migrations:migrate

and done!

Todo

  • Create more example functions