outl1ne/nova-inline-text-field
最新稳定版本:3.0.1
Composer 安装命令:
composer require outl1ne/nova-inline-text-field
包简介
A Laravel Nova inline text field.
README 文档
README
This Laravel Nova package adds an inline text field to Nova's arsenal of fields.
Requirements
php: >=8.0laravel/nova: ^4.0
Features
A simple text field that allows the user to edit the value on Index and Detail views in addition to the Form view.
Screenshots
Installation
Install the package in to a Laravel app that uses Nova via composer:
composer require outl1ne/nova-inline-text-field
Usage
General
use Outl1ne\NovaInlineTextField\InlineText; public function fields(Request $request) { InlineText::make('Name'), }
Credits
License
Nova Inline Text Field is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 215.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 23
- 点击次数: 1
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-08
