Adding Translation Namespaces With addNamespace | Laravel 5: String Translation Public API
The Translator class exposes the addNamespace method as part of its public API. The addNamespace internally makes a call to the addNamespace method on the current instance of the Illuminate\Contracts\Translation\Loader implementation, which by...