# Tomato Timer

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FBtUmpAKEBiUAzWQfceR1%2Fscreenshot.png?alt=media&#x26;token=d8d7553d-e811-47f7-8d77-a5e9d29c00b3" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-timer
```

after installing your package please run this command

```
php artisan tomato-timer:install
```

### Publish Assets

you can publish a config file by using this command

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

you can publish view files by use this command

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

you can publish languages file by using this command

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

you can publish migration files by use this command

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

### Changelog

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

### Security

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

### Credits

* [Fady Mondy](https://3x1.io)

### License

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