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...
A little advice: avoid implicit routing as much as possible. Beware the Route to Evil Avoid Impl...
When you call the where method on an Eloquent/Model instance the Model class delegates it to the und...
Hi, have you tried this inside your authorize method: $employee = $this->route->parameter('emp...
No, there is no Session Contract available yet. ##If you want to resolve a Session Store Using Ioc C...
Here is a workaround, but I am not sure if it is the standard way to do it, anyways: //deleting a us...
The Laravel portal for problem solving, knowledge sharing and community building.