An open API service indexing awesome lists of open source software.

https://github.com/pharaonic/laravel-localization

Laravel URL Localization Manager - [ccTLD, sub-domain, sub-directory].
https://github.com/pharaonic/laravel-localization

laravel locales localization php

Last synced: about 1 month ago
JSON representation

Laravel URL Localization Manager - [ccTLD, sub-domain, sub-directory].

Awesome Lists containing this project

README

        


PHP Version : >= 7.2
Laravel Version : >= 6.0
License


Source
Packagist Version
Packagist Downloads

Laravel URL Localization - (ccTLD, sub-domain, sub-directory).


with Simple & Easy Helpers.

`Afrikaans` `Akan` `shqip` `አማርኛ` `العربية` `հայերեն` `অসমীয়া` `azərbaycan` `Азәрбајҹан` `bamanakan` `euskara` `беларуская` `বাংলা` `босански` `bosanski` `brezhoneg` `български` `ဗမာ` `català` `中文` `简体中文` `繁体中文` `kernewek` `hrvatski` `čeština` `dansk` `Nederlands` `རྫོང་ཁ` `English` `Esperanto` `eesti` `eʋegbe` `føroyskt` `suomi` `français` `Pulaar` `galego` `Luganda` `ქართული` `Deutsch` `Ελληνικά` `ગુજરાતી` `Hausa` `עברית` `हिन्दी` `magyar` `íslenska` `Igbo` `Bahasa Indonesia` `Gaeilge` `italiano` `日本語` `kalaallisut` `ಕನ್ನಡ` `کٲشُر` `қазақ тілі` `ខ្មែរ` `Gikuyu` `Kinyarwanda` `한국어` `кыргызча` `ລາວ` `latviešu` `lingála` `lietuvių` `Tshiluba` `Lëtzebuergesch` `македонски` `Malagasy` `Bahasa Melayu` `മലയാളം` `Malti` `Gaelg` `मराठी` `монгол` `नेपाली` `isiNdebele` `davvisámegiella` `norsk` `norsk bokmål` `nynorsk` `ଓଡ଼ିଆ` `Oromoo` `ирон` `پښتو` `فارسی` `polski` `português` `پنجابی` `ਪੰਜਾਬੀ` `Runasimi` `română` `rumantsch` `Ikirundi` `русский` `Sängö` `Gàidhlig` `српски` `srpski` `Srpskohrvatski` `chiShona` `ꆈꌠꉙ` `සිංහල` `slovenčina` `slovenščina` `Soomaali` `español` `Kiswahili` `svenska` `Tagalog` `தமிழ்` `తెలుగు` `ไทย` `བོད་སྐད་` `ትግርኛ` `lea fakatonga` `Türkçe` `українська` `اردو` `ئۇيغۇرچە` `oʻzbekcha` `Tiếng Việt` `Cymraeg` `West-Frysk` `ייִדיש` `Èdè Yorùbá` `isiZulu`


Sub-Directory Localzation Routing Example :

````php
Route::localized(function(){
Route::get('/page', function(){
return 'Pharaonic';
});
});
````

## Documentation

You can find the detailed documentation here in [Laravel Localization Documentation](https://pharaonic.io/packages/laravel/localization).

## Contributing

Thank you for considering contributing to this package! Be one of Pharaonic team.

## License

This package is an open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).