All Projects → alfonsobries → nova-froala-editor

alfonsobries / nova-froala-editor

Licence: MIT license
Froala editor input for laravel nova

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nova-froala-editor

checkout
Laravel Cart, Checkout, Orders and Coupons API with Nova Management
Stars: ✭ 36 (+100%)
Mutual labels:  nova
nova-file-upload-field
The easiest drag-and-drop file uploading field for Laravel Nova.
Stars: ✭ 53 (+194.44%)
Mutual labels:  nova
custom-relationship-field
Emulate HasMany relationship without having a real relationship set between resources
Stars: ✭ 18 (+0%)
Mutual labels:  nova
nova-money-field
Money Field for Laravel Nova
Stars: ✭ 71 (+294.44%)
Mutual labels:  nova
nova-chartjs
A Chart JS component for Laravel Nova
Stars: ✭ 47 (+161.11%)
Mutual labels:  nova
Craft-3-Froala-WYSIWYG
Craft 3 CMS plugin for Froala WYSIWYG HTML Rich Text Editor.
Stars: ✭ 17 (-5.56%)
Mutual labels:  froala-editor
AsyncOpenStackClient
Asyncio wrapper to OpenStack API
Stars: ✭ 17 (-5.56%)
Mutual labels:  nova
wordpress-froala-wysiwyg
Wordpress plugin for Froala WYSIWYG HTML Editor.
Stars: ✭ 38 (+111.11%)
Mutual labels:  froala-editor
nova-select-plus
A Laravel Nova Select Field
Stars: ✭ 67 (+272.22%)
Mutual labels:  nova
nova-unlayer-field
🦜 Drag’n’drop email builder for Laravel Nova that uses Adds a Laravel Nova field for Unlayer service under the hood.
Stars: ✭ 27 (+50%)
Mutual labels:  nova
nova-permissions
Add Permissions based authorization for your Nova installation via User-based Roles and Permissions. Roles are defined in the database whereas Permissions are defined in the code base.
Stars: ✭ 115 (+538.89%)
Mutual labels:  nova
nova-phone-number
A Laravel Nova field to format and validate phone numbers.
Stars: ✭ 60 (+233.33%)
Mutual labels:  nova
nova-json-wrapper
Allows you to group Nova fields and merge their output into a single JSON column
Stars: ✭ 14 (-22.22%)
Mutual labels:  nova
nova-relationship-selector
Laravel Nova - Relationship Selector
Stars: ✭ 26 (+44.44%)
Mutual labels:  nova
nova-qrcode-field
A Laravel Nova field to generate QR Code
Stars: ✭ 28 (+55.56%)
Mutual labels:  nova
nova-froala-field
A Laravel Nova Froala WYSIWYG Editor Field.
Stars: ✭ 110 (+511.11%)
Mutual labels:  nova
nova-json-schema-field
Laravel Nova field for displaying JSON schema data
Stars: ✭ 27 (+50%)
Mutual labels:  nova
nova-opening-hours-field
Laravel Nova custom field for https://github.com/spatie/opening-hours
Stars: ✭ 33 (+83.33%)
Mutual labels:  nova
nova-horizon
Horizon statistics in Nova
Stars: ✭ 70 (+288.89%)
Mutual labels:  nova
nova-inline-morph-to
A Laravel Nova field for displaying morphTo relationship inline.
Stars: ✭ 32 (+77.78%)
Mutual labels:  nova

Nova Froala editor field

Laravel Nova Froala Editor field.

Installation

  1. You can install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-froala-editor
  1. 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

Froala editor

License

The MIT License (MIT). Please see License File for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].