βŒ›Tomato Timer

Time Management System for Tomato PMS

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 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