You cannot combine functions but you can use a function inside the other one or create a new functio...
jrsalunga said: is there any chance that i can get the data w/out looping? You can access data obj...
This is my macro for both validation and user-defined errors. HTML::macro('errors', function($auto =...
$errors = Session::get('errors', new Illuminate\Support\MessageBag);
I also keep my controllers in folders like admin, frontend etc... and I don't use folder name at all...
The Laravel portal for problem solving, knowledge sharing and community building.