Hi, new tutorials on upcoming Laravel 4.3 are available on codeheaps.com: Laravel 4.3: New Awesome...
##What is guardian? Guardian package for Laravel provides an easy interface to manage Role Based Acc...
In your user model define a relation like class User extends Eloquent { public function profile...
You are passing arguments incorrectly to Validator::make() method it should be like: Validator($data...
The Laravel portal for problem solving, knowledge sharing and community building.