Skip to content

Tag: laravel

Websocket chat in Laravel isnt real time

I am creating a chat in Laravel Websocket i followed a youtube tutorial and the message goes to the other user they can talk with each other but i need to reload the page to get the message that was sent,its not real time.At the console before i send a message it says this error: Failed to load resource: the

Laravel table relationship to pivot table

I’m confused on how to get my model setup in laravel with a table that is connected to a pivot table. Here’s the problem Say I have Relationship between the tables are different areas type belongs to different locations. i.e: beach, 25m pools, kids pools, bbq, etc area_test is connected to the piv…