Hello all users of summernote. I wanna contribute to summernote in this texteditor that makes easy you can store images without base64 at database.
- First git clone the project
composer install
- Configure .env file and we generate key
php artisan key:generate
- Create a symlink to your storage folder
php artisan storage:link
- Final you must do it
php artisan serv