Manage your customers contact us form and customer support ticking system for FilamentPHP
composer require tomatophp/filament-support
after install your package please run this command
php artisan filament-support:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentSupport\FilamentSupportPlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-support-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-support-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-support-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-support-migrations"
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.