🔨Installation
Step 1 :
Step 2 :
Step 3 :
Include styles in your layout.
To avoid CSS name conflicts, we recommend adding your styles to the end of the head tag.
Include scripts in your layout
If you manually include livewire frontend assets make sure @commentsStyles is included before @livewireStyles and@commentsScripts
is included before @livewireScripts
To improve performance we recommend adding script at the end of the body tag.
Optionally you can publish the views using below command,
Last updated