👨🍳
Tomato Relation Manager
Relation Manager For Laravel Tomato Splade
composer require tomatophp/tomato-relation-manager
after installing your package please run this command
php artisan tomato-relation-manager:install
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"
Last modified 3mo ago