tomatophp / tomato-resource
Resource class builder and generator for tomato-admin
v1.0.0
2023-10-04 12:03 UTC
Requires
- php: ^8.1|^8.2
- tomatophp/console-helpers: ^1.1
This package is auto-updated.
Last update: 2024-11-04 14:34:43 UTC
README
Resource class builder and generator for tomato-admin
Installation
composer require tomatophp/tomato-resource
after install your package please run this command
php artisan tomato-resource:install
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="tomato-resource-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-resource-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="tomato-resource-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="tomato-resource-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.