kinghip / froala-editor
Easy to use Froala editor with laravel
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 4
Language:CSS
Type:git
This package is not auto-updated.
Last update: 2025-03-14 15:28:28 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