Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kiaking/laravel-locale
- Owner: kiaking
- License: mit
- Created: 2015-02-03T04:56:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-08T07:20:54.000Z (about 7 years ago)
- Last Synced: 2024-05-02T06:11:18.831Z (7 months ago)
- Topics: laravel, laravel-localization, laravel-package, php
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```