Hello, I am getting Unknown column 'categories.slug' What am I doing wrong in L5? Thanks [code] $pro...
Hello, Can someone help me on this? My form Form::open(['route' => 'search', 'class' => 'form'...
I verified in my form that the token is there. When I do a form post it bombs. When I do a get, it w...
I have an older version of intellij and am trying to decide on upgrading it or buying PHPStorm. Are...
Has anyone purchased this? Is this recommended for it's content?
I resolved this using \App\Page::where('zone_id','=',4)->first() Thank you
Thanks, I tried $row = \Page::where('zone_id','=',4)->first() But it still fails with Class 'Page...
Laravel 5 documentation shows the link_to_route, but I still am getting an error when using it.
The Laravel portal for problem solving, knowledge sharing and community building.