Registry / web-framework / illuminate-translation

illuminate-translation

JSON →
library11.37.0phppackagistunverified

Provides translation and localization support for Laravel applications.

composer require illuminate/translation
INSTALL
IMPORT
SIG · ILLUMINATE-TRANSLA
I
illuminate-translation
web-frameworkphpv11.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Translator
use Illuminate\Translation\Translator;

Create a translator instance and retrieve a translation string.

use Illuminate\Translation\Translator; use Illuminate\Filesystem\Filesystem; $translator = new Translator(new Filesystem(), __DIR__.'/lang'); echo $translator->get('messages.welcome');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.37.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
illuminate-translation — pip install illuminate-translation · libregistry