alfonsobries/nova-froala-editor
最新稳定版本:1.0
Composer 安装命令:
composer require alfonsobries/nova-froala-editor
包简介
A Laravel Nova froala editor field.
README 文档
README
Laravel Nova Froala Editor field.
Installation
- You can install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-froala-editor
- The froala editor needs to load the font awesome library, in order to publish the fonts in the public folder you need to run:
php artisan vendor:publish --tag=froala-editor-fonts
Simple Usage:
NovaFroalaEditor::make('Field Name')
Advanced Usage:
You can pass any existing Froala option. Consult the Froala documentation to view the list of all the available options
NovaFroalaEditor::make('Description') ->options(['toolbarInline' => true])
Screenshot
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 9.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-25
