laravel - How to access Language Files in PHP Microframework Lumen -


i trying out microframework lumen laravel, can't access language files in laravel ... tryed bit around, didn't figure out. i'm asking you.

what did far try out illuminate\translation\translator namespace error bindingresolutionexception in container.php line 744: target [illuminate\translation\loaderinterface] not instantiable.. did same thing symfony\component\translation\translator same result :(

so, know how use language files under resources/lang/xx/?

ok, found :) can still use trans() helper in laravel.

here link, found list of helpers of lumen: http://lumentutorial.com/2015/05/lumen-helpers/

hf! :)


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -