Eddy Server Manager & Tasks Runner for FilamentPHP
composer require tomatophp/filament-eddy
after install your package please run this command
php artisan filament-eddy:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentEddy\FilamentEddyPlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-eddy-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-eddy-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-eddy-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-eddy-migrations"
you can join our discord server to get support TomatoPHP
you can check docs of this package on Docs
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.