Split into WireUse + WireUi #2
francoism90
announced in
Announcements
Replies: 0 comments
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.
-
To make this library easier to manage and maintain, the previous LivewireUse package has been split.
If you only need to utilities, only
foxws/wireuse
is required. Replace your currentFoxws\LivewireUse
namespaces inside your current project, byFoxws\WireUse
.If you also need to use Blade components, also install
foxws/wireui
. You will need to replace<x-livewire-use::<component>
with<x-wireui::<component>
.Afterwards remove the
foxws/livewireuse
package.Beta Was this translation helpful? Give feedback.
All reactions