samedi 1 juillet 2017

Laravel 5 Dynamic Routes

I am coming from a C# .NET background, is it possible to setup dynamic routes in Laravel 5 like I can in C# MVC?

C# Example:

routes.MapRoute(null,"{controller}/{action}/{id}",
    new { action = "Index", id = UrlParameter.Optional },                  
    new { controller = "Index" }
);



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2t2Z9UX
via IFTTT

Aucun commentaire:

Enregistrer un commentaire