> Source: https://tomatophp.com/docs/plugins/tomato-settings

# ⚙️ Tomato Settings

<figure><img src="https://raw.githubusercontent.com/tomatophp/docs/HEAD/.gitbook/assets/screenshot (29).png" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-settings
```

or as Module

```
composer require tomatophp/tomato-settings-module
```

after installation use this command to install the package and publish assets

```
php artisan tomato-settings:install
```

### Changelog

Please see [CHANGELOG](https://github.com/tomatophp/tomato-settings/blob/master/CHANGELOG.md) for more information on what has changed recently.

### Credits

* [Queen Tech Solutions](https://github.com/queents)

### License

The MIT License (MIT). Please see [License File](https://github.com/tomatophp/tomato-settings/blob/master/LICENSE.md) for more information.
