outl1ne / nova-settings

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

Feature: Multiple Settings Pages #27

Closed lstoyanoff closed 3 years ago

lstoyanoff commented 4 years ago

Hey, I've recently needed multiple settings pages in a project and tried "extending" this awesome package.

You can check my idea, polish it and eventually make it official -- https://github.com/lstoyanoff/nova-settings/commit/b6b3dcc8dd6cca3109ac8e7da6a66fed2275fba6

Note: Currently, only the default settings page will be shown in the navigation. Every additional page should be manually added in the nova navigation by overriding.

Tarpsvo commented 3 years ago

Hi @lstoyanoff! We implemented pretty much an exact copy of your solution in our package (thanks to @MarikaMustV). It was released in version 2.6.0. Do check it out, good luck!