Add ability to change published component namespace / location. #774
Unanswered
marchershey
asked this question in
Feature Requests
Replies: 1 comment
-
@marchershey the only issue I can see with that is Flux uses a dedicated syntax What about your Livewire components, where do you currently store them? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to request the ability to be able to change the location of the published component stubs. Currently, they are located at
resources/views/flux/...
and that is not how my directory structure is set up.My request is to have a configuration file that will allow us to set the location of published component stubs, such as ...
This is not an important request; it's just my OCD struggling with this one. If it can be added to the todo list, I would greatly appreciate it!
Beta Was this translation helpful? Give feedback.
All reactions