# Tomato POS

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2Fxslb0MQMRYt75cd7ZJQh%2Fscreenshot.png?alt=media&#x26;token=236fc5a1-97f2-4c27-b927-218723053316" alt=""><figcaption></figcaption></figure>

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FG0OEkMvZrUKBVBCZAvy2%2FScreenshot%202023-12-07%20at%206.46.05%E2%80%AFPM.png?alt=media&#x26;token=be0daadd-8400-4691-9fed-3e1e36810778" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-pos
```

or as Module

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

after installing your package please run this command

```
php artisan tomato-pos:install
```

### Add Style

you need to add style.css to your app.css please on this file `resources/css/app.css` add this line after the imports

```
@import url('../../vendor/tomatophp/tomato-pos/resources/css/style.css');
```

now build your asset

```
yarn && yarn build
```

### Changelog

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

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-pos/blob/master/SECURITY.md) for more security information.

### Credits

* [Fady Mondy](mailto:info@3x1.io)

### License

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