When i try to do union with paginate i get this error: Cardinality violation: 1222 The used SELECT s...
I am trying to change the URL to make it SEO friendly. i was able to go all the way to the Presenter...
This is my query: $items = User::join('table_1', 'users.id', '=', 'table_1.user_id') ->join(...
I have users table that is associate to 2 other tables: posts, videos. And i want to pull all the da...
anyone? maybe i should do raw query and avoid ORM ?
The Laravel portal for problem solving, knowledge sharing and community building.
The community