> For the complete documentation index, see [llms.txt](https://docs.tomatophp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomatophp.com/plugins/tomato-settings/use.md).

# Use

you can generate a new setting for this package by using this command

```
php artisan tomato:setting
```

it will ask you for the setting name and if you like to put it inside a module as HMVC.

after running the command you must register the menu on the `tomato-admin` config or Module provider.
