plugin filament for send message from bale messager
aliw1382/filament-bale-manager is a Laravel package for plugin filament for send message from bale messager.
It currently has 0 GitHub stars and 3 downloads on Packagist (latest version 0.1.1).
Install it with composer require aliw1382/filament-bale-manager.
Discover more Laravel packages by aliw1382
or browse all Laravel packages to compare alternatives.
Last updated
$ composer require aliw1382/filament-bale-manager
Add Provider To config/app.php File
Aliw1382\FilamentBaleManager\Providers\FilamentBaleManagerServiceProvider::class,
And Run This Command
$ php artisan vendor:publish --provider=Aliw1382\FilamentBaleManager\Providers\FilamentBaleManagerServiceProvider
Add Plugin To Filament, Open File Panel Provider
public function panel( Panel $panel ) : Panel
{
return $panel
// ...
->plugins([
BalePlugin::make(), # <--- Add This Line
]);
}
Please see History for more information on what has been changed recently.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.