outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
271 stars 98 forks source link

Change the name of the table? #94

Closed pit07 closed 2 years ago

pit07 commented 2 years ago

Hi! Is it possible to change the name of the table "nova_settings" ?

Thanks a lot! Vincent

Tarpsvo commented 2 years ago

Hi!

https://github.com/optimistdigital/nova-settings/blob/2f64d118ae3658c229d2f3ca53b1440443dfe8f3/config/nova-settings.php#L8

Export the config to your project using:

php artisan vendor:publish --provider="OptimistDigital\NovaSettings\NovaSettingsServiceProvider" --tag="config"