Show in Twig file a Mysql Join
Created 5 years ago by pcosta94

How do I execute a Mysql Join to show the info in the twig template file? I´m doing the module tutorial and I want to do a join to show more info about videos.

ryanthompson  —  5 years ago Best Answer

You can use join on the entries function chain just like you would a Laravel query builder. entries(namespace, slug).join(table, on, operator, value).get()