Your resource contains several different routes not just an index.
Remove
array('as' => 'dashboard.category.index')
It will automatically map prefix.resource for you.
Also you can run the "routes" command with artisan to get them.
php artisan routes
kreitje said:
Your resource contains several different routes not just an index.
Remove
array('as' => 'dashboard.category.index')
It will automatically map prefix.resource for you.
Also you can run the "routes" command with artisan to get them.
php artisan routes
Thank you very much :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community