# Tomato Tasks

###

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FODOKO6NUYiwpseQm4QGa%2Fscreenshot.png?alt=media&#x26;token=6631395b-f6f3-423a-9d9b-efbf02bd0138" alt=""><figcaption></figcaption></figure>

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FAMuMC3ejtSvRzc8KOFp0%2Ftasks.png?alt=media&#x26;token=09cc9151-db39-4d0d-b1c6-9df3aa88a8ab" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-tasks
```

after installing your package please run this command

```
php artisan tomato-tasks:install
```

### Publish Assets

you can publish a config file by using this command

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

you can publish view files by using this command

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

you can publish language files by using this command

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

you can publish migration files by using this command

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

### Changelog

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

### Security

Please see [SECURITY](https://github.com/tomatophp/tomato-tasks/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-tasks/blob/master/LICENSE.md) for more information.
