orchidsoftware / crud

Simplify the process of building CRUD (Create, Read, Update, Delete) functionality in Laravel using the features of Orchid.
https://orchid.software
MIT License
138 stars 34 forks source link

Use Listener with Resource #46

Closed kirtangajjar closed 3 years ago

kirtangajjar commented 3 years ago

I have created a Resource class, but I need to use a listener.

So how do I use a listener with a Resource class?

kirtangajjar commented 3 years ago

cc @tabuna

tabuna commented 3 years ago

Hi @kirtangajjar, If you need a listener, then you have already grown out of the CRUD package and need to use full-fledged screens.