Tiago Padilha

Results 10 comments of Tiago Padilha

Same issue using livewire, LogicException Queueing collections with multiple model types is not supported. public $search = ''; public $searchResults = []; public function updatedSearch(){ $this->searchResults = Search::new() ->add(User::class, [...

@jubagg Can you post print of your livewire component?

@jubagg follow @PH7-Jack tip, it works for me

sometimes this happened to me, but it was an error in the livewire rendering, I added wire:key in the dynamic elements and the problem was solved

I don't know what happens anymore. I install the package via composer require, I run it the first time, it works perfectly, after a while, error 500 appears, always something...

sorry, I confused the package installation :/, but the problem occurred with the correct package. Updated to the latest version, let's see, thanks

@rennokki Will this be resolved? My company uses this service, I would not like to look for an alternative solution again :/

@paulocastellano já comecei a implementar o reverb, muito fácil, só criar uma instalação limpa do laravel 11, subir lá pro forge que o restante é tudo automático. Agora com essa...

@bahramhasanov any countdown has this problem, I solved it by creating my own countodwn, theoretically you need to compare the server time with the clock in javascript and subtract the...

@rennokki Hello, how are you? I have been using Soketi for a long time, and when the Cloudflare Serveless was released, it became one of the best ways to use...