Repository to accompany the YouTube series
$ git clone https://github.com/GaryClarke/async-symfony.git
$ cd async-symfonyInstall all dependencies via composer:
$ composer installRun the project:
$ php -S localhost:8000 -t public/or
$ symfony server:start -dThen access the application in your browser at the given URL (https://localhost:8000 by default).
Execute this command to run tests:
$ cd my_project/
$ ./bin/phpunitif you want to contribute, feel free to follow the video which explains everything about it here
Subscribe to YouTube channel here