namespace ; use Symfony\Bundle\FrameworkBundle\Controller\; use Symfony\Component\HttpFoundation\Response; use Symfony\Component\Routing\Annotation\Route; class extends { generateRouteForControllerMethod($route_path, $route_name); ?> public function index(): Response { return $this->render('', [ 'controller_name' => '', ]); return $this->json([ 'message' => 'Welcome to your new controller!', 'path' => '', ]); } }