php - Laravel - Multiple language files at custom locations -


is there way have multiple language files same language? know work if have different packages, have own plugin system. there way load additional language files on runtime?

if (inside app/start/global.php or prefer)

lang::addnamespace('namespace', '/your/custom/location'); 

then should able to

lang::get('namespace::filename.localekey'); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -