Recommend this page to a friend! |
![]() |
Info | Documentation | ![]() |
![]() |
![]() |
Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 21 | All time: 11,324 This week: 455![]() |
Version | License | PHP version | Categories | |||
laravel-translator 1.0.0 | MIT/X Consortium ... | 5 | Localization, PHP 5, Web services |
You can install the package via composer:
composer require isaeken/laravel-translator
You can publish the config file with:
php artisan vendor:publish --provider="IsaEken\LaravelTranslator\LaravelTranslatorServiceProvider" --tag="laravel-translator-config"
This is the contents of the published config file:
return [
'supported_languages' => [
'en' => 'English',
],
'abort_if_unsupported' => false,
];
__('Hello World'); // Save to your fallback language file in not production environment.
See `/api/translator/?locale=tr
`
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
||||
![]() |
Data | Auxiliary data | ||
![]() |
Example | Example script | ||
![]() |
Data | Auxiliary data | ||
![]() |
Data | Auxiliary data | ||
![]() |
Lic. | License text | ||
![]() |
Data | Auxiliary data | ||
![]() |
Doc. | Documentation |
![]() |
/ | .github |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Data | Auxiliary data | ||
![]() |
Data | Auxiliary data | ||
![]() |
Data | Auxiliary data |
![]() |
/ | .github | / | workflows |
File | Role | Description |
---|---|---|
![]() |
Data | Auxiliary data |
![]() |
Data | Auxiliary data |
![]() |
/ | src |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() |
Class | Class source | ||
![]() |
Class | Class source | ||
![]() |
Class | Class source |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
![]() |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.