Download the PHP package yusufonur/laravel-localization without Composer
On this page you can find all versions of the php package yusufonur/laravel-localization. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download yusufonur/laravel-localization
More information about yusufonur/laravel-localization
Files in yusufonur/laravel-localization
Package laravel-localization
Short Description Laravel localization
License MIT
Homepage https://github.com/yusufonur/laravel-localization
Informations about the package laravel-localization
Laravel localization
This package helps you to use multiple languages in your projects. You can write languages and their word equivalents and use them in your application. I recommend using redis for better performance.
Requirements
- PHP 8,
- Laravel 6, 7, 8 latest version,
- Redis or TaggableStore driver for cache.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Usage
Helper Usage
If default language (you can get with app()->getLocale()) then result is tr: "Anasayfa"
If getLocale then result is en: "Home"
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Yusuf Onur SARI
- All Contributors
All versions of laravel-localization with dependencies
illuminate/auth Version ^8.0
illuminate/container Version ^8.0
illuminate/contracts Version ^8.0
illuminate/database Version ^8.0