thiktak/filament-plugins is a Laravel package for filament plugins.
It currently has 1 GitHub stars and 7 downloads on Packagist (latest version v0.0.2-alpha).
Install it with composer require thiktak/filament-plugins.
Discover more Laravel packages by thiktak
or browse all Laravel packages to compare alternatives.
Last updated
Get some information about Laravel, Filament, Composer and your plugins directly from web.
[!WARNING] Reserved for Admin purpose.
[!WARNING] In dev mode. Will be subject to refactoring.
You can install the package via composer:
composer require thiktak/filament-plugins
Add into your Provider\Filament(...)PanelProvider :
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(\Thiktak\FilamentPlugins\FilamentPluginsPlugin::make())
// ...
;
}
For now (will change), you can access via:
...
... With more information
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.