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