Laravel this is not only a practical framework, it is also a programming style
Hello I am doing like this but its getting all routes list but i want to get routes by specific groups.
here is my code: <?php $routes = Routes::getRoutes(); @foreach($routes as $route) @endforeach
<?php $routes = Routes::getRoutes();
@foreach($routes as $route)
@endforeach
thanks in advance!
Aucun commentaire:
Enregistrer un commentaire