headerx / laravel-adminer-plugins
Plugin helper for use with onecentlin/laravel-adminer
Fund package maintenance!
headerx
Installs: 1 165
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 3
Open Issues: 0
Requires
- illuminate/contracts: ^8.37
- onecentlin/laravel-adminer: ^5.3
- spatie/laravel-package-tools: ^1.4.3
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.3
- spatie/laravel-ray: ^1.9
- vimeo/psalm: ^4.4
README
Installation
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', ] ];
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.