Download the PHP package geniusts/laravel-translation-manager without Composer
On this page you can find all versions of the php package geniusts/laravel-translation-manager. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download geniusts/laravel-translation-manager
More information about geniusts/laravel-translation-manager
Files in geniusts/laravel-translation-manager
Package laravel-translation-manager
Short Description A WebUI to manage translation files for Laravel, create or update existing languages files.
License MIT
Informations about the package laravel-translation-manager
Translation manager for Laravel 5.x
A WebUI to manage translation files for Laravel.
- Features
- Installation
- Screen shots for WebUI
- License
Features
- Update existing translation file.
- Create new language for a translation file.
- Manage languages files of third party packages.
Installation
1- Add the package to your project.
Add it to your composer.json file
or install it via composer.
2- Add the package service provider to config/app.php file, under providers section.
The service provider will added automatically if you are using Laravel 5.5
3- If you want to change prefix or middleware applied on routes, publish configuration file.
4- If you want to change views layouts, publish views files.
images
License
This package is free software distributed under the terms of the MIT license.
All versions of laravel-translation-manager with dependencies
illuminate/support Version ^5.3
illuminate/translation Version ^5.3
league/flysystem Version ^1.0
illuminate/http Version ^5.3
illuminate/routing Version ^5.3