The "Symfony REST Application" is a reference application created to show how to develop applications following the Symfony Best Practices.
- PHP 7.1.3 or higher;
- Docker;
- and the usual Symfony application requirements.
To Install the application please run following commands:
$ cd symfony-rest
$ composer install
$ docker-compose up --build
If you are from windows 10 please don't forget to restart your docker-client to skip Error starting userland proxy: mkdir ....
kinds of issues.
Then visit: