> 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/plugins/tomato-pms.md).

# Tomato PMS

Project Management System for TomatoPHP Echo System

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FJ7JfJmqpYViN4SmTeqQl%2Fscreenshot.png?alt=media&amp;token=571d0f29-d182-4b71-aab5-e0ef79c35462" alt=""><figcaption></figcaption></figure>

<figure><img src="https://117397612-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FSlG6RrSDmGrQX2xjM6AT%2Fuploads%2FUQnhwuDACyNq5e4GbhHF%2Fprojects.png?alt=media&amp;token=29e6e115-c62a-4dc1-9b09-2db785fa1ef4" alt=""><figcaption></figcaption></figure>

### Installation

```
composer require tomatophp/tomato-pms
```

or as Module

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

after installing your package please run this command

```
php artisan tomato-pms:install
```

### Publish Assets

you can publish a config file by using this command

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

you can publish view files by using this command

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

you can publish language files by using this command

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

you can publish migration files by using this command

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

### Changelog

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

### Security

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