The route name is changed once your resource controller ends up in a group with the prefix. Use php artisan routes
to see what the actual names generated are, and overwrite them if you need to.
Sweet. I am new to laravel. Did not know about that command. Very helpful!
Thanks. Greatly appreciated!
You can run php artisan list
to view all Artisan commands available to you. :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community