Hi Guys, We have this problem on our website (we use laravel 4.1) that sometimes the session gets ex...
Hi Guys, I have a laravel website which has several subdomains like job.example.com, blog.example.co...
I would simply like to run such query: select * from `users` where SUBSTRING_INDEX(`email`, '@' ,-1)...
Hi Guys, I'm using laravel layouts and templating language for my email views, I need to Inline the...
Hi Guys I have this query: $user = Auth::user(); $user->jobs()->get(); where jobs is a bel...
gilr said: You can try to execute the sql query under phpmyadmin, you should see that the resulting...
It seems that laravel is putting the 'locations.id' as the $job->id instead of 'jobs.id', maybe a...
jazpur said: Try putting the columns in your get(). Like: ->get (['jobs.*']) tried, no help.
The Laravel portal for problem solving, knowledge sharing and community building.