tomatophp / tomato-hr
HR management system for TomatoPHP
Fund package maintenance!
3x1io
Requires
- php: ^8.1|^8.2
- tomatophp/console-helpers: ^1.1
- tomatophp/tomato-admin: ^1.1
- tomatophp/tomato-wallet: ^1.0
This package is auto-updated.
Last update: 2024-11-18 17:02:10 UTC
README
Tomato HR
HR management system for TomatoPHP
Installation
composer require tomatophp/tomato-hr
after install your package please run this command
php artisan tomato-hr:install
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="tomato-hr-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-hr-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="tomato-hr-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="tomato-hr-migrations"
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more information about security.
Credits
License
The MIT License (MIT). Please see License File for more information.