From 3139c9b6a4e874271ee8fcc5298a9f305a61c1b8 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Sun, 28 Aug 2016 19:36:52 +0100 Subject: [PATCH] Updating README.md and the docs --- README.md | 9 +-------- _docs/0-Home.md | 1 + _docs/1-Requirements.md | 2 +- _docs/2-Installation-and-Setup.md | 2 +- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bbe8c86..238777e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/ ### Features * Easy setup & configuration. + * Laravel `5.0 | 5.1 | 5.2 | 5.3` are supported. * SEO-Friendly (Search engine optimization). * New extended Router to manage your localized routes. * Locales selector menu (Publishable & Customizable). @@ -37,17 +38,9 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/ 5. [Extras](_docs/5-Extras.md) 6. [FAQ](_docs/6-FAQ.md) -### DONE - - - [x] Laravel 5.2 supported. - - [x] Laravel 5.1 supported. - - [x] Laravel 5.0 supported. - - [x] Adding language selector view. - ### TODOS - [ ] 100% Code coverage + Maximum code quality. - - [ ] Laravel 5.3 support. - [ ] Complete the documentation. - [ ] Adding more regionals for locales. diff --git a/_docs/0-Home.md b/_docs/0-Home.md index acb6bff..339aeab 100644 --- a/_docs/0-Home.md +++ b/_docs/0-Home.md @@ -7,6 +7,7 @@ Feel free to check out the [Releases](https://github.com/ARCANEDEV/Localization/ ### Features * Easy setup & configuration. + * Laravel `5.0 | 5.1 | 5.2 | 5.3` are supported. * SEO-Friendly (Search engine optimization). * New extended Router to manage your localized routes. * Locales selector menu (Publishable & Customizable). diff --git a/_docs/1-Requirements.md b/_docs/1-Requirements.md index 7343ba4..298adf5 100644 --- a/_docs/1-Requirements.md +++ b/_docs/1-Requirements.md @@ -4,7 +4,7 @@ The Localization package has a few system requirements: - - PHP >= 5.5.9 + - PHP >= 5.6 ##### Optional diff --git a/_docs/2-Installation-and-Setup.md b/_docs/2-Installation-and-Setup.md index 9a6cd3c..94198fc 100644 --- a/_docs/2-Installation-and-Setup.md +++ b/_docs/2-Installation-and-Setup.md @@ -9,7 +9,7 @@ Or by adding the package to your `composer.json`. ```json { "require": { - "arcanedev/localization": "0.7.*" + "arcanedev/localization": "0.8.*" } } ```