nicko170/laracash-nova-field
Composer 安装命令:
composer require nicko170/laracash-nova-field
包简介
A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)
关键字:
README 文档
README
A Laravel Nova field for Laracash (https://github.com/andriichuk/laracash)
Installation
Use composer to install.
composer require nicko170/laracash-nova-field
Usage
<?php namespace App\Nova; use Nicko170\LaracashNovaField\LaracashNovaField; class Invoice extends Resource { public function fields(Request $request): array { return [ ID::make(__('id'), 'id')->sortable()->readonly(true), Text::make(__('Invoice'), 'number')->sortable()->readonly(true), LaracashNovaField::make(__('Total'), 'total'), LaracashNovaField::make(__('Due'), 'amount_due') ]; } }
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
统计信息
- 总下载量: 2.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-only
- 更新时间: 2021-07-19