tomatophp / tomato-contracts
Build Contract Templates and use it for Tomato PMS
v0.0.1
2024-02-04 11:32 UTC
Requires
- php: ^8.1
- tomatophp/console-helpers: ^1.1
This package is auto-updated.
Last update: 2024-11-11 15:59:50 UTC
README
Build Contract Templates and use it for Tomato PMS
Installation
composer require tomatophp/tomato-contracts
after install your package please run this command
php artisan tomato-contracts:install
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="tomato-contracts-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-contracts-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="tomato-contracts-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="tomato-contracts-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.