dkulyk / nova-tabs

Another Laravel Nova Tabs Package
59 stars 7 forks source link

Laravel\Nova\Actions\Actionable in Tabs #6

Open Yelles opened 5 years ago

Yelles commented 5 years ago

Hi,

Is there a way to add Ressources Actions in Tabs ?

dkulyk commented 5 years ago

I will think about it.

dkulyk commented 5 years ago

Added support of resource tools for tabs in v1.1.5

dkulyk commented 5 years ago

@Yelles What do you mean about resource action?

Yelles commented 5 years ago

@Yelles What do you mean about resource action?

when I saw the last commit, I realized that I was not clear enough ^^'

I was talking about Laravel \ Nova \ Actions \ Actionable

dkulyk commented 5 years ago

You can add relation to tabs:

MorphMany::make(__('Actions'), 'actions', ActionResource::class),

But default relation will not be hide. PR for fixing it has sent to upstream: https://github.com/laravel/nova/pull/292

Yelles commented 5 years ago

thanks, i will try this (and wait for the fix) 👍