Installation
Step 1 :
Step 2 :
Step 3 :
Include styles in your layout.
Include scripts in your layout
Manually including Livewire's frontend assets
If you manually include livewire frontend (documentation) assets make sure @commentsStyles
is included before @livewireStyles
and@commentsScripts
is included before the @livewireScripts
Manually bundling Livewire and Alpine
If you manually bundle livewire frontend (documentation) assets make sure @commentsStyles
is included before @livewireStyles
and@commentsScripts
is included before the script that includes livewire bundle.
Optionally you can publish the views using below command,
Last updated
Was this helpful?