Tony Messias
Tony Messias
It used to work well together. There was a bridge JavaScript tool like https://github.com/livewire/turbolinks, but Livewire seems to have opted out of that in favor of its own SPA mode,...
This is the line of what I mean: https://github.com/tonysm/globalid-laravel/blob/main/src%2FURI%2FGID.php#L96-L98
I've created a demo repository so you can reproduce it, if you want to: https://github.com/tonysm/laravel-ratchet-zmq-echo
Do you mean for package authors or app modules? Package files are already supported via: - Package publishes assets to `public/vendor/{package}/` - Package adds a new pin line to `routes/importmap.php`...
Hey, @smorimoto, any thoughts on whether this can be merged? I know the build is failing, but I don't think the cause is in this PR.
Folks, any chance of getting this merged? I'm working on an app that deals with multiple connections (multiple libsql connections but also non-libsql connections), so I think this patch is...
@ineersa Thanks for the heads up and for the work on this one so far! Being limited to a single connection is a bummer. Not sure how to overcome that...
@XaiMeS I'm using it on Linux for local dev, but I had to set the `PUID` and `PGID` both to `1000` (my host machine's user ID) for it to work....
@christineRN hmm, I don't see what could be wrong. I added an example [here](https://github.com/tonysm/rich-text-laravel/pull/65), and the tests seem to pass for me. I'll try running the workspace app to see...
I was also able to get a sample application running with similar code to the code linked above.