Download the PHP package richan-fongdasen/laravel-i18n without Composer
On this page you can find all versions of the php package richan-fongdasen/laravel-i18n. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download richan-fongdasen/laravel-i18n
More information about richan-fongdasen/laravel-i18n
Files in richan-fongdasen/laravel-i18n
Download richan-fongdasen/laravel-i18n
More information about richan-fongdasen/laravel-i18n
Files in richan-fongdasen/laravel-i18n
Vendor richan-fongdasen
Package laravel-i18n
Short Description Simple route and eloquent localization / translation in Laravel
License MIT
Homepage https://github.com/richan-fongdasen/laravel-i18n
Package laravel-i18n
Short Description Simple route and eloquent localization / translation in Laravel
License MIT
Homepage https://github.com/richan-fongdasen/laravel-i18n
Please rate this library. Is it a good library?
Informations about the package laravel-i18n
Laravel I18n
Simple Route localization and Eloquent translation in Laravel
Synopsis
This package provides easy ways to setup database translation and route localization.
Table of contents
- Setup
- Publish package assets
- Configuration
- Documentation
- Credits
- License
Setup
Install the package via Composer :
Publish package assets
Publish the package asset files using this php artisan
command
The command above would create three new files in your application, such as:
- New configuration file
/config/i18n.php
- New database migration
/database/migrations/0000_00_00_000000_create_languages_table.php
- New languages json file
/storage/i18n/languages.json
Configuration
Documentation
Please check the documentation here https://laravel-i18n.richan.id/
Credits
- mcamara/laravel-localization - Route localization concepts in this repository was inspired by this package.
- Wico Chandra - Database translation concepts in this repository was inspired by his
Model Translation
concept. - dimsav/laravel-translatable - Some of database translation concepts in this repository was inspired by this package.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-i18n with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
nesbot/carbon Version ^2.16|^3.8.4
illuminate/database Version ^8.0|^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0|^12.0
nesbot/carbon Version ^2.16|^3.8.4
The package richan-fongdasen/laravel-i18n contains the following files
Loading the files please wait ....