Plugin helper for use with onecentlin/laravel-adminer
headerx/laravel-adminer-plugins is a Laravel package for plugin helper for use with onecentlin/laravel-adminer.
It currently has 1 GitHub stars and 1.245 downloads on Packagist (latest version v0.15).
Install it with composer require headerx/laravel-adminer-plugins.
Discover more Laravel packages by headerx
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require headerx/laravel-adminer-plugins
You can publish the config file with:
php artisan vendor:publish --provider="Headerx\AdminerPlugin\AdminerPluginServiceProvider" --tag="laravel-adminer-plugins-config"
This is the contents of the published config file:
return [
'plugins' => [
'AdminerTablesFilter',
'AdminerFrames',
'AdminerDumpAlter',
'AdminerDumpJson',
'AdminerJsonColumn',
]
];
composer test
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.