This repo aim to serve as a local playground when working with/on a Symfony open source library.
The repository has been bootstrapped using the following tools:
You can bootstrap the application by simply run task
in your terminal.
- build: Build local Docker images
- pull: Pull Docker images from registry
- start: Create and start containers detached
The following commands supports arguments:
- composer: Run Composer command
- console: Run console command
- symfony: Run Symfony command
You can pass arguments by adding -- ...args
. Example: task composer -- require symfony/symfony
After bootstraping the project (with command task
in the terminal), navigate to localhost:8000/movie/add and create at least 3 movies.
Then navigate to localhost:8000/movie/list and try clicking a table header to sort the rows. It should throw an exception.