Inside app.js import them
import 'quill/dist/quill.core.css'
import 'quill/dist/quill.snow.css'
import 'quill/dist/quill.bubble.css'
hard refresh the browser (ctrl+f5) maybe it can help
I am trying to integrate Quill Library (https://quilljs.com/) in Laravel, but how do i do it? I already run this command: "npm install quill" and "npm run dev", but still not working on my views, what is the next steps?
This library contains css and js files.
Please or to participate in this conversation.