Open prabhu opened 10 months ago
Some old php apps define routes using annotations in comments.
use Symfony\Component\Routing\Annotation\Route; class SomeController { /** * @Route("/path", name="action") */ public function someAction() { // ... } }
https://symfony.com/blog/new-in-symfony-5-2-php-8-attributes
Some old php apps define routes using annotations in comments.
https://symfony.com/blog/new-in-symfony-5-2-php-8-attributes