achalj09/editresource
最新稳定版本:0.0.1
Composer 安装命令:
composer require achalj09/editresource
包简介
Edit Resource Button
README 文档
README
In Laravel Nova, when you use Custom Tool for creating/editing/updating Custom Page,
you might need "Edit Resource Button" with edit SVG icon as custom link field.
Install using
composer require achalj09/editresource
Use in resources
use Achalj09\Editresource\Editresource; Editresource::make('Edit','edit') ->details([ 'href' => function () { return "../../createjobs/{$this->id}/edit"; }, 'text' => function () { return 'edit'; }, ])->onlyOnIndex() ->canSee(function ($request) { return $request->user()->can('Update Jobs', $this); }),
Output
统计信息
- 总下载量: 17.07k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-22
