Replies: 3 comments 1 reply
-
Sorry, I mean Jetstream |
Beta Was this translation helpful? Give feedback.
0 replies
-
same issue ( |
Beta Was this translation helpful? Give feedback.
1 reply
-
Better create a Livewire component using php artisan... php artisan make:livewire MyComponentName 2 files will be created : the first one in app\http\livewire\MyComponentName then you render your view in your component. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
For the navigation dropdown, I want to duplicate and make another version for normal users(logged users will use different menus)
@livewire('navigation-dropdown')
I duplicated the blade(in the same folder), use it as
@livewire('navigation-dropdown-normal')
, but it doesn't work, the error message:app/Http/Livewire" directory does not exist
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions