Skip to content

Livewire with Lucid Architecture #8

Answered by undjike
undjike asked this question in Q&A
Discussion options

You must be logged in to vote

First, you need to publish the Livewire's configuration.

Set class_namespace to App\\Services, and view_path to app_path('Services')

Then run php artisan livewire:discover to update components auto-discovery.

You can access your Livewire components like this
<livewire:{service}.http.{component} />

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@undjike
Comment options

@Mulkave
Comment options

@undjike
Comment options

@dy05
Comment options

@Mulkave
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mulkave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #8 on December 10, 2020 21:49.