![]() |
How to use Froala Editor? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: How to use Froala Editor? (/showthread.php?tid=87003) |
How to use Froala Editor? - KowranKruzick - 03-04-2023 What is a detailed tutorial on how to use Froala WYSIWYG HTML omegle echat Editor in CodeIgniter 4? RE: How to use Froala Editor? - captain-sensible - 03-04-2023 A succinct Tutorial 1) go to https://packagist.org/packages/froala/wysiwyg-editor use composer to install i.e from a terminal cd to web root . Then run command from a command prompt suc has : [andrew@darkstar:~]$ composer require froala/wysiwyg-editor //that should put it in vendor i guess and add entry to composer.json 2) read https://froala.com/wysiwyg-editor/docs/ 3) Apply trial and error until it works |