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

# 💿 Config

### Publish Assets

you can publish a config file by using this command

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

you can publish view files by using this command

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

you can publish language files by using this command

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

you can publish migration files by using this command

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