codingmonkeys/laravel-nova-inline-text
最新稳定版本:0.1.7
Composer 安装命令:
composer require codingmonkeys/laravel-nova-inline-text
包简介
A Laravel Nova field which allows updating texts inline.
README 文档
README
A Laravel Nova field which allows updating texts inline.
Installation:
composer require codingmonkeys/laravel-nova-inline-text
Example:
InlineText::make('time')
->type('time')
->placeholder('##:##')
->rules('date_format:"H:i"')
->successMessage('The time has been updated!')
->help('hh:mm')
->resolveUsing(function ($value) {
return Str::substr($value, 0, 5);
}),
统计信息
- 总下载量: 2.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-03