Loading Translation Text Lines With load | Laravel 5: String Translation Public API
The load method internally makes a call to the load method on the current instance of the Illuminate\Contracts\Translation\Loader implementation, which by default is an instance of FileLoader . The Translator additionally keeps an internal cache...