nim4n/custom-actions-button
最新稳定版本:1.1.0
Composer 安装命令:
composer require nim4n/custom-actions-button
包简介
Custom actions button for laravel-admin extenstion
README 文档
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).
统计信息
- 总下载量: 1.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-07-09