orlyapps/nova-multiline-text
最新稳定版本:0.0.1
Composer 安装命令:
composer require orlyapps/nova-multiline-text
包简介
A Laravel Nova field.
README 文档
README
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require orlyapps/nova-multiline-text
Usage
Use this field in your Nova Resource
// ... use Orlyapps\NovaMultilineText\MultilineText; // ... public function fields(Request $request) { return [ ID::make()->sortable(), MultilineText::make('Company', function () { return [$this->company->name, $this->department->name, $this->location->name]; }), MultilineText::make('Company', function () { return ['First Line highlighted', 'Second Line', 'Lorem Ipsum']; }), MultilineText::make('Company', function () { return ['First Line', 'Second Line', 'Lorem Ipsum']; })->highlightFirst(false), ]; }
Security
If you discover any security related issues, please email info@orlyapps.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 134.44k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-31

