Hi I am trying to use ORM to build a simple query like this Deals::find($id)->city; But I can't!...
Hi; I set up the authentication page and it seems to be working fine, would u please check confirm I...
Hi why do I get this error? $email = Email::all(); BadMethodCallException Method [all] does not e...
Hi; How can I see binded sql? $data = Admin::whereRaw('email = ? ', array($email))->get();
Hi; Why do I get class not found? //Model (Admin_member.php) class Admin_member extends Eloquent {...
Funnies mistake I ever made: $member->password = Hash::make('password'); When they register I...
valorin said: I don't have a Forge account to check, but is it possible it's using Environment Vari...
You wont believe it!!!!! There was a white space on top of routes.php!!!!!!!
The Laravel portal for problem solving, knowledge sharing and community building.