We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, i have checked Custom Route, but nothing happens and i can not find a route in the bundle. C 5.3.13
The text was updated successfully, but these errors were encountered:
Wie rufst du die Route denn auf? https://mydomain.ch/my_custom wäre richtig
Sorry, something went wrong.
Maybe i misunderstand this. Wanna work first time with Route, to handle API Calls. Where is the Path defined? Where is the Class to handle Requests?
The route is defined in the controller class itself. You can use php8 attributes to achieve this.
See Symfony documentation:
https://symfony.com/doc/current/controller.html#mapping-a-url-to-a-controller
No branches or pull requests
Hello, i have checked Custom Route, but nothing happens and i can not find a route in the bundle. C 5.3.13
The text was updated successfully, but these errors were encountered: