Your error message indicates that somewhere in your code you're trying to access an element subtype...
Your array is not formatted correctly: $this->beforeFilter('auth.colaboradores', array('except' =...
A controller shouldn't be responsible for much more than accepting a request and telling the applica...
Laravel ships with a set of filters, modify the auth filter to redirect to users/login instead of lo...
The Laravel portal for problem solving, knowledge sharing and community building.