Skip to content

Commit

Permalink
Updating README.md and the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Aug 28, 2016
1 parent 13e52a5 commit 3139c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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.

Expand Down
1 change: 1 addition & 0 deletions _docs/0-Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion _docs/1-Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

The Localization package has a few system requirements:

- PHP >= 5.5.9
- PHP >= 5.6

##### Optional

Expand Down
2 changes: 1 addition & 1 deletion _docs/2-Installation-and-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Or by adding the package to your `composer.json`.
```json
{
"require": {
"arcanedev/localization": "0.7.*"
"arcanedev/localization": "0.8.*"
}
}
```
Expand Down

0 comments on commit 3139c9b

Please sign in to comment.