webakula / la2-custom-actions-button
Custom actions button for laravel-admin extenstion
1.2.0
2021-04-23 13:08 UTC
Requires
- php: >=7.0.0
- encore/laravel-admin: >=2.0.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-02-23 21:21:25 UTC
README
Screenshots
Installation
composer require nim4n/custom-actions-button
Configuration
In the configuration section of the file config/admin.php extension, add the configuration of this extension.
'extensions' => [ 'custom-actions-button' => [ "enable" => true, "view" => [ "label" => "Detail", "icon" => "fa fa-eye", "class" => "btn btn-sm btn-info" ], "edit" => [ "label" => "Edit", "icon" => "fa fa-edit", "class" => "btn btn-sm btn-warning" ], "delete" => [ "label" => "", "icon" => "fa fa-trash", "class" => "btn btn-sm btn-danger" ] ] ],
License
Licensed under The MIT License (MIT).