Support the ongoing development of Laravel.io →
mgsmus

mgsmus

Joined 8 Feb 2014

Statistics

Threads 0
Replies 47
Solutions 8
Articles 0

mgsmus has not posted any threads yet

replied 11 years ago

Combining 2 functions on a class?

You cannot combine functions but you can use a function inside the other one or create a new functio...

0 Likes
replied 11 years ago

get data from Pagination

jrsalunga said: is there any chance that i can get the data w/out looping? You can access data obj...

0 Likes
replied 11 years ago

Access Validation $errors outside a view?

This is my macro for both validation and user-defined errors. HTML::macro('errors', function($auto =...

0 Likes
replied 11 years ago

Access Validation $errors outside a view?

$errors = Session::get('errors', new Illuminate\Support\MessageBag);

0 Likes
replied 11 years ago

Controller location in a Route when its in controllers/folder

I also keep my controllers in folders like admin, frontend etc... and I don't use folder name at all...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.