codingmonkeys/laravel-nova-inline-boolean
最新稳定版本:0.1.3
Composer 安装命令:
composer require codingmonkeys/laravel-nova-inline-boolean
包简介
A field which allows booleans to be updated inline.
README 文档
README
This package provides a field which allows updating booleans inline.
Example:
InlineBoolean::make('active')
->sortable()
->inlineOnIndex()
->showTextOnIndex()
->inlineOnDetail()
->trueText('Yes')
->falseText('No')
->enableMessage('The item is activated.')
->disableMessage('The item is deactivated.'),
统计信息
- 总下载量: 10.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-03