You could probably simplify it by using getDirty method to get list of changed attributes. And, opti...
You can write regular PHP in blade constructs: @if( preg_match( '#^/auth/#', Request::path() ) )...
I don't think there's such a function. But doing it manually isn't hard, and will only require one q...
@daneczech, why go with Lumen and not Laravel, if you don't mind me asking?
The Laravel portal for problem solving, knowledge sharing and community building.