Support the ongoing development of Laravel.io →
posted 10 years ago
Requests
Last updated 1 year ago.
0

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
Last updated 1 year ago.
0

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 :)

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.