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...
Add the missing columns in the $fillable property of User model see: Mass Assignment.
I solved a similar issue by changing the require section of composer.json file as follows: "req...
You can set a public variable on the Request instance, something like this: public function authoriz...
In case its version 4.3, Follow these instructions: add the following in the require section of the...
The Laravel portal for problem solving, knowledge sharing and community building.