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