tomatophp/tomato-contracts

Build Contract Templates and use it for Tomato PMS

v0.0.1 2024-02-04 11:32 UTC

This package is auto-updated.

Last update: 2024-04-11 14:52:43 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.