aliw1382/filament-bale-manager

plugin filament for send message from bale messager

0.1.1 2024-03-22 12:21 UTC

This package is auto-updated.

Last update: 2024-04-22 12:50:45 UTC


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.