Tomato PHP
Search
⌃K
👨🍳

Tomato Relation Manager

Relation Manager For Laravel Tomato Splade

Installation

composer require tomatophp/tomato-relation-manager
after installing your package please run this command
php artisan tomato-relation-manager:install

Publish Assets

you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-relation-manager-config"
you can publish views file by using this command
php artisan vendor:publish --tag="tomato-relation-manager-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-relation-manager-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-relation-manager-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 the security.

Credits

License

The MIT License (MIT). Please see License File for more information.