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...
Problem is in your whereRaw see my previous answer!
I think whereRaw should be like this: ->whereRaw('id_specialty = ?', $dato);
Closures has there own local scope they dont see outer variables try using function($query) use($dat...
In laravel we can either specify a closure or a controller action to handle a specific request. When...
The Laravel portal for problem solving, knowledge sharing and community building.