Admin interface to work with symfony-rest-server
-
Git clone
-
Run
composer install
- Set the Api service arguments in services.yml
AppBundle\Services\ApiRequestService:
arguments:
$offers_api_url: 'http://tradus.local'
-
Configure the
$offers_api_url
with the API server -
Run using
php bin/console server:run
or with a web server .
- Implement validation
- Implement session flashBag messages
- Unit Tests
- Authentication
- Dockerize