Germán Boquizo Sánchez
Germán Boquizo Sánchez
I have a quick solution for handle the abandoned package problem instead of making a fork. This solution is with composer 2 version. In composer.json to add: ``` "psr-4": {...
Look at this https://github.com/joedixon/laravel-translation/issues/183#issuecomment-1049295810
Maybe search a job?
I join to this requesting.
Maybe [livewire toaster](https://github.com/masmerise/livewire-toaster) can be a good solution.
Well, a toast can be called on javascript with alpine.js directly from the component:  It's similar to this: ```js // Immediately pop success. toast.success("Added to Want to Play Games!");...
I tested the behavior of PendingToast for [livewire toaster](https://github.com/masmerise/livewire-toaster). It's launched when a condition is fulfilled, but... it's not the same you want it. Probably a workaround similar can be...
I have a workaround until the issue is solved. Instead of using: ```php Plugin::get()->getSlug(); ``` If in your plugin you use: ```php Plugin::make()->getSlug(); ``` It works properly, but the problem...
A possible solution to this is to extends Lab404\AuthChecker\Models\Login into a custom Login model and put the device_id into fillables. But I think is not the "best" solution. ``` use...
@MarceauKa any plan to add this?