https://github.com/howtocodewell/tutorial-symfony-routes
Tutorials on Symfony routing
https://github.com/howtocodewell/tutorial-symfony-routes
Last synced: 15 days ago
JSON representation
Tutorials on Symfony routing
- Host: GitHub
- URL: https://github.com/howtocodewell/tutorial-symfony-routes
- Owner: howToCodeWell
- License: apache-2.0
- Created: 2024-12-23T09:57:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T09:20:05.000Z (about 1 year ago)
- Last Synced: 2025-01-03T10:22:53.111Z (about 1 year ago)
- Language: PHP
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tutorial-symfony-routes
Tutorials on Symfony routing
- [Tutorial 1](./tutorials/tutorial_1/README.md): [How to create a standard Symfony route](https://howtocodewell.net)
- [Tutorial 2](./tutorials/tutorial_2/README.md): [How to pass a parameter to a Symfony route](https://howtocodewell.net)
- [Tutorial 3](./tutorials/tutorial_3/README.md): [Symfony route parameter requirements](https://howtocodewell.net)
- [Tutorial 4](./tutorials/tutorial_4/README.md): [Optional Symfony route parameters](https://howtocodewell.net)
- [Tutorial 5](./tutorials/tutorial_5/README.md): [Symfony route name collisions](https://howtocodewell.net)
- [Tutorial 6](./tutorials/tutorial_6/README.md): [Symfony route methods](https://howtocodewell.net)
- [Tutorial 7](./tutorials/tutorial_7/README.md): [Symfony controller route group](https://howtocodewell.net)
- [Tutorial 8](./tutorials/tutorial_8/README.md): [Symfony debugging routes](https://howtocodewell.net)
- [Tutorial 9](./tutorials/tutorial_9/README.md): [Symfony route priority](https://howtocodewell.net)
- [Tutorial 10](./tutorials/tutorial_10/README.md): [Symfony route ENUM requirements](https://howtocodewell.net)
- [Tutorial 11](./tutorials/tutorial_11/README.md): [Symfony route defaults](https://howtocodewell.net)
- [Tutorial 12](./tutorials/tutorial_12/README.md): [How to get Symfony route attributes within the controller](https://howtocodewell.net)
## How to create a new tutorial
From the project root
```bash
symfony new tutorials/tutorial_x --no-git
```
Install the the `symfony/maker-bundle`
```bash
cd tutorials/tutorial_x
composer require --dev symfony/maker-bundle
```
- [ ] Add a link to the top of this page to the tutorials README.md