👨💼Tomato PMS
Project Management System for TomatoPHP Echo System


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 for more information on what has changed recently.
Security
Please see SECURITY for more security information.
Credits
License
The MIT License (MIT). Please see License File for more information.
Last updated
Was this helpful?