> 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/config.md).

# Config

you can publish a config file by using this command

```
php artisan vendor:publish --tag="tomato-settings-config"
```

you can publish views file by using this command

```
php artisan vendor:publish --tag="tomato-settings-views"
```

you can publish languages file by using this command

```
php artisan vendor:publish --tag="tomato-settings-lang"
```

you can publish migrations file by using this command

```
php artisan vendor:publish --tag="tomato-settings-migrations"
```
