bakerkretzmar / nova-settings-tool

Laravel Nova tool to view and edit application settings.
MIT License
167 stars 32 forks source link

feature - Added Nova Fields for more flexibility #30

Closed AndreasGJ closed 4 years ago

AndreasGJ commented 4 years ago

Tested

I have made a fork of your project, so you can find the project here: https://github.com/AndreasGJ/nova-settings-tool?organization=AndreasGJ&organization=AndreasGJ

See the full list from Laravel Nova docs and see how to use them

bakerkretzmar commented 4 years ago

Hey, thanks so much! This is basically a rewrite of the entire package, so I'm not going to merge it in, but it's really cool. I'm interested in supporting more of Nova's native fields, especially if that means leaving the components, validation, resolving values, etc. to Nova's internals. I like how you've done that, and it seems so simple! Are you using it in a real project? Does it work well?