Skip to content
Advertisement

Laravel join(): Argument must be an array

I’m trying to read 2 tables in my view. Now I am trying to join an other table like this in my sslcontroller.php

JavaScript

Now I want to get data from the SSL table but also from the users table. How to do this?

Advertisement

Answer

this should work for you:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement