kinghip / froala-editor
Easy to use Froala editor with laravel
Package info
github.com/satan9x/froala-editor
Language:CSS
Type:git
pkg:composer/kinghip/froala-editor
0.1.1
2020-07-23 17:43 UTC
This package is not auto-updated.
Last update: 2026-03-13 20:29:10 UTC
README
integrate froala editor with laravel
Installation
- run command
composer require kinghip/froala-editor:dev-master - add service provider to config/app.php
Kinghip\FroalaEditor\FroalaEditorServiceProvider::class, - run
php artisan vendor:publish
Config
add you upload image url and remove image url in config/froala.php
Usage
- call assets `
- init editor using
<?= \Kinghip\FroalaEditor\Froala::initEditor("name",'id', 'content', $is_required=true)?>
Support
for any questions contact me at : ngovihai.it@gmail.com