Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiaking/laravel-locale

Cachable multi-locale routing and URL generating helper for Laravel 5.
https://github.com/kiaking/laravel-locale

laravel laravel-localization laravel-package php

Last synced: about 1 month ago
JSON representation

Cachable multi-locale routing and URL generating helper for Laravel 5.

Awesome Lists containing this project

README

        

# Laravel Locale

[![Travis CI](https://travis-ci.org/kiaking/laravel-locale.svg?branch=master)](https://travis-ci.org/kiaking/laravel-locale)
[![Total Downloads](https://poser.pugx.org/kiaking/laravel-locale/downloads.svg)](https://packagist.org/packages/kiaking/laravel-locale)
[![Latest Stable Version](https://poser.pugx.org/kiaking/laravel-locale/v/stable.svg)](https://packagist.org/packages/kiaking/laravel-locale)
[![Latest Unstable Version](https://poser.pugx.org/kiaking/laravel-locale/v/unstable.svg)](https://packagist.org/packages/kiaking/laravel-locale)
[![License](https://poser.pugx.org/kiaking/laravel-locale/license.svg)](https://packagist.org/packages/kiaking/laravel-locale)

Cachable multi-locale routing and URL generating helper for Laravel 5. Laravel Locale will create routes that are accessible in the following pattern.

```console
https://example.com/about-us
https://example.com/en/about-us
https://example.com/ja/about-us
```