wire-extender
wire-extender copied to clipboard
Wire Extender allows you to embed any Livewire component on any website or even within a static HTML file.
First of all, your package is absolutely awesome for a lot of usecases! 🧨 One thing I noticed though is that it might be difficult for newcomers to follow the...
I have a use case where i need to repeat / re-use the same Livewire Component in a single page. I have noticed in the return of the livewire embed...
**Usage** ```HTML Page 2 ``` It replaces the attributes `data-component` and `data-params` in the closest `livewire` tag.
I might be expecting the wrong thing for this package re styling however what is the best way to embed a component into a site and keep its styling isolated?...
I'm having a bit of a shocker :P If I follow the steps for Laravel 11 using the Counter example... and follow the optional Session steps too, then I get...
Could do with updating documentation. For Laravel 11, the instructions say [Next, replace the default middleware](https://wire-elements.dev/blog/embed-livewire-components-using-wire-extender#:~:text=replace%20the%20default%20middleware) Where is that file? I've just spun up a new project, Laravel 11.9, to...
Fresh laravel install and followed documentation. Had to enable the cors setting for authentication to get anything to work. Only testing with just a base counter component. Component will show...
I got everything working, except when I enable the `'web'` middleware (to support sessions) I get this error: `Attempt to read property "only" on string` See: Here, the variable `$middleware`...
New PR merged https://github.com/wire-elements/wire-extender/pull/38 doesn't recognize the request of wire-extender as of wire-extender's and throws 419 http response when embedding a component. Specifically, the error lies in the `isLivewireUpdateRequest`. It...
Hi @PhiloNL, I noticed that the demo in the documentation is not working because of CORS errors. ```HTML ``` 