1.

How To Get The Current Route In Symfony Framework?

Answer»

You can GET CURRENT ROUTE in Symfony using $REQUEST->get(‘_route’); METHOD.

You can get current route in Symfony using $request->get(‘_route’); method.



Discussion

No Comment Found