Laravel routes is amazing Visual Code Extension to help you write your routes without try to remember it's expressions.
How Works
Try to write any route path inside double quotes
/* Your route Here */
you will see a list of suggested routes with the same name.
User Settings
{ "routes.RoutesFolderPath": "/routes", "routes.ProvidersFolderPath": "/app/Providers" }
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community