While using livewire inside laravel we have cool commands to generate components. I want to develop laravel package which have its own views and inside that views I want to use livewire components.
How to generate livewire components inside package development should I create manually classes and views then how they link each other? After creating livewire components I want to use inside package views.
Thanks