# Get Started

## Install

to install this package you must have a full setup  [Splade](https://splade.dev/) package and it's [Breeze Starter Kit](https://splade.dev/docs/breeze)

```bash
composer require tomatophp/tomato-php
```

### Publish Config

you can publish config to change subs path

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

and to publish the stubs folder you can use

```
php artisan vendor:publish --tag=tomato-stubs
```
