sleeping-owl / admin

Administrative interface builder for Laravel
http://sleeping-owl.github.io/
MIT License
504 stars 259 forks source link

Column Action #244

Open mapeveri opened 9 years ago

mapeveri commented 9 years ago

Hi everyone, i need add the new column with one redirect to new crud, that this latter filter by ID that receives as parameter in the url.

I was checked the option "column action":

Column::action('show', 'Label')->url(function ($instance) { return URL::route('admin.projects', [$instance->id]); })

But return this error:

Route [admin.projects] not defined.

This url is there because it is the main, still does not add the new crud. It is only a test, but not found.

Help me please :)

mapeveri commented 9 years ago

Any idea on this issue?