> 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/tomato-php/get-started.md).

# 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
```
