Level 41
If you only need the asset method you can create your own the same way you do with Laravel.
http://laravel.io/forum/02-03-2015-best-practices-for-custom-helpers-on-laravel-5?page=1#reply-20611
Hello community,
i am looking forward to helper methods in lumen. I am not an "lumen-freak" and i only know basics about this framework. In Laravel there is a helper method like asset(). When I call this method in lumen context, I'll get an error: "Fatal error: Call to undefined function asset()".
How can I extend my lumen application to these helper functions?
Kind regards
Please or to participate in this conversation.