Laravel Translation: Translation management for your Laravel application
Laravel Translation is a Laravel which we can use to manage translations for our Laravel application.
Features
File and database drivers
Database translation loader (automatically load translations from the database when Laravel's translation retrieval methods and the database driver)
User interface to add new languages and add and update translations
Artisan commands to manage your translations
Scan your application for missing translations
Installation
Install the package via Composer
composer require joedixon/laravel-translation
Publish configuration and assets
php artisan vendor:publish --provider="JoeDixon\Translation\TranslationServiceProvider"
The service provider is loaded automatically using package discovery.
Source Code
This post is submitted by our members. Submit a new post.
Tags: Tutorials Laravel 5.7 Laravel 5.5 Laravel 5.3 Laravel 5 Intermediate