marciojc/language-routes

A Laravel Package to support routes for different languages
22 1
Install
composer require marciojc/language-routes
Latest Version:0.0.3
License:MIT
Last Updated:May 4, 2017
Links: GitHub  ·  Packagist
Maintainer: marciojc

Language Routes

Website & Documentation: https://github.com/marciojc/language-routes

After creating your new Laravel application you can include the LanguageRoutes package with the following command:

composer require marciojc/language-routes

Add the LanguageRoutes service provider to the config/app.php file in the providers array:

'providers' => [
    // Laravel Framework Service Providers...
    //...

    // Package Service Providers
    marciojc\LanguageRoutes\LanguageRoutesServiceProvider::class,
    // ...

    // Application Service Providers
    // ...
],

Related Packages

douyasi/locator

Browser Preferred Language Detector

6,858 4
illuminate3/lingos

Baseline language files for Laravel4

150 5
vluzrmos/language-detector

Detect the language for your application using browser preferences, subdomains o...

583,501 109
illuminate3/kotoba

Baseline language files for Laravel 5

719 0
illuminate3/gengo

mulitple languages in mysql format

25 3