I have a resource set up very simply, and my routes look like "/recipes/{recipes}". I would like to have it simply work as "/{recipes}", removing the resource "prefix". Is this something that can be done with the Resource Route, or do I need to now build each route manually?
I think if you do route resource you would be fine, go to php artisan routes to see all the routes that the resource creates
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community