den1n / nova-queues

Queues resource for Laravel Nova.
MIT License
12 stars 8 forks source link

Adds options to the config to enable/disable the creation of Jobs in Laravel Nova #8

Closed kaiserkiwi closed 1 year ago

kaiserkiwi commented 1 year ago

That's something that is inspired by Issue #4

I just don't find it very elegant to extend the two resources in that way. After publishing the vendor files I have access to the config so I thought it would be nice to change the setting there.

I set the defaults to false because I think it's really an edge case that you want to add an job inside of Nova itself.