mhmiton / laravel-modules-livewire

Using Laravel Livewire in Laravel Modules package with automatically registered livewire components for every modules.
MIT License
187 stars 34 forks source link

How to use @livewire syntax #34

Closed PKDmeDEV closed 1 year ago

PKDmeDEV commented 1 year ago

Hi, I have a module Components.

Thanks

mhmiton commented 1 year ago

@PKDmeDEV Hi, you can try this -

@livewire('components::blog.blog-preview-component1')

PKDmeDEV commented 1 year ago

Thanks, it worked. Sorry couldn't test it earlier.