Download the PHP package mantax559/laravel-translations without Composer
On this page you can find all versions of the php package mantax559/laravel-translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-translations
Laravel Translations
Installation & Setup
You can install the package via composer:
composer require mantax559/laravel-translations
The package will automatically register its service provider.
Customisation
Config
You can optionally publish the config file with:
php artisan vendor:publish --provider="Mantax559\LaravelTranslations\Providers\AppServiceProvider" --tag=config
Routes
To allow the user to change the language, add this route:
Route::get('language/{locale}', [\Mantax559\LaravelTranslations\Controllers\LanguageController::class, 'change'])->name('language.change');
Tests
You can run tests with the command:
vendor/bin/phpunit
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-translations with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^10.0|^11.0
mantax559/laravel-helpers Version ^1.0
laravel/framework Version ^10.0|^11.0
mantax559/laravel-helpers Version ^1.0
The package mantax559/laravel-translations contains the following files
Loading the files please wait ....