Hello, I've been running a Laravel 4 app on Pagoda Box for a few months, and it's been great. Howeve...
Hey, I'm having an issue I've been trying to figure out for the last few hours, but I can't seem to...
I thought I'd try changing the version of PHP I'm using, so I'm now using 5.5 instead of 5.6, and… I...
It turns out I'd renamed the original User.php to User_.php, which was being loaded instead of my ne...
OK. I've got… var_dump(User::find(1)->boards); var_dump(DB::getQueryLog()); which outputs… NULL...
Thanks. It's now integer, but I'm still getting NULL when I run var_dump(User::find(1)->boards);....
The Laravel portal for problem solving, knowledge sharing and community building.
The community