aliw1382 / filament-bale-manager
plugin filament for send message from bale messager
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:filament-plugin
Requires
- php: >=8.0
- filament/filament: ^2.0|^3.0
- filament/forms: ^2.0|^3.0
- laravel/framework: ^8.0|^9.0|^10.0|^11.0
- mokhosh/filament-jalali: ^2.0|^3.0
README
- "php": ">=8.0"
- "filament/filament": "^2.0|^3.0"
- "laravel/framework": "^8.0|^9.0|^10.0|^11.0"
- "filament/forms": "^2.0|^3.0"
- "mokhosh/filament-jalali": "^2.0|^3.0"
Installation
$ 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 ]); }
History
Please see History for more information on what has been changed recently.
Security
If you discover any security related issues, please email aliw1382@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.