Skip to content

Commit

Permalink
Updating README.md & Adding email to LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Oct 21, 2015
1 parent 07a5f73 commit 66c5e10
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 16 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 ARCANEDEV - Localization
Copyright (c) 2015 ARCANEDEV <[email protected]> - Localization

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
39 changes: 24 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
Localization [![For Laravel 5.1][badge_laravel]](https://github.com/ARCANEDEV/LogViewer#logviewer) [![Packagist License][badge_license]](https://github.com/ARCANEDEV/Localization/blob/master/LICENSE.md)
==============
# Localization [![Packagist License][badge_license]](LICENSE.md) [![For Laravel 5.1][badge_laravel]](https://github.com/ARCANEDEV/LogViewer#logviewer)

[![Travis Status][badge_build]](https://travis-ci.org/ARCANEDEV/Localization)
[![HHVM Status][badge_hhvm]](http://hhvm.h4cc.de/package/arcanedev/localization)
[![Coverage Status][badge_coverage]](https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master)
[![Scrutinizer Code Quality][badge_quality]](https://scrutinizer-ci.com/g/ARCANEDEV/Localization/?branch=master)
[![SensioLabs Insight][badge_insight]](https://insight.sensiolabs.com/projects/30a231b2-295e-466a-8733-fe95cf2bc48d)
[![Github Issues][badge_issues]](https://github.com/ARCANEDEV/Localization/issues)

[![Packagist][badge_package]](https://packagist.org/packages/arcanedev/localization)
[![Packagist Release][badge_release]](https://packagist.org/packages/arcanedev/localization)
[![Packagist Downloads][badge_downloads]](https://packagist.org/packages/arcanedev/localization)

[badge_laravel]: https://img.shields.io/badge/for%20Laravel-5.1-orange.svg?style=flat-square
[badge_license]: http://img.shields.io/packagist/l/arcanedev/localization.svg?style=flat-square
[badge_laravel]: https://img.shields.io/badge/For%20Laravel-5.1-orange.svg?style=flat-square

[badge_build]: http://img.shields.io/travis/ARCANEDEV/Localization.svg?style=flat-square
[badge_hhvm]: https://img.shields.io/hhvm/arcanedev/seo-helper.svg?style=flat-square
[badge_coverage]: https://img.shields.io/scrutinizer/coverage/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_quality]: https://img.shields.io/scrutinizer/g/ARCANEDEV/Localization.svg?style=flat-square
[badge_insight]: https://img.shields.io/sensiolabs/i/30a231b2-295e-466a-8733-fe95cf2bc48d.svg?style=flat-square
[badge_issues]: http://img.shields.io/github/issues/ARCANEDEV/Localization.svg?style=flat-square

[badge_package]: https://img.shields.io/badge/package-arcanedev/localization-blue.svg?style=flat-square
[badge_release]: https://img.shields.io/packagist/v/arcanedev/localization.svg?style=flat-square
[badge_downloads]: https://img.shields.io/packagist/dt/arcanedev/localization.svg?style=flat-square

Expand All @@ -22,25 +31,25 @@ Easy i18n localization for Laravel, an useful tool to combine with Laravel local

Official documentation for Localization package can be found at the [Docs folder](_docs).

Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/releases), [license](https://github.com/ARCANEDEV/Localization/blob/master/LICENSE.md), and [contribution guidelines](https://github.com/ARCANEDEV/Localization/blob/master/CONTRIBUTING.md).
Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/releases), [license](LICENSE.md), and [contribution guidelines](CONTRIBUTING.md).

### Features

* Easy setup & configuration.
* SEO-Friendly (Search engine optimization).
* SEO-Friendly (Search engine optimization).
* New extended Router to manage your localized routes.
* Locales selector menu (Publishable & Customizable).
* Locales manager: List all locales / supported locales, change default locale / supported locales on the fly, and more.
* Made with :heart: &amp; :coffee:.

## Table of contents

1. [Requirements](https://github.com/ARCANEDEV/Localization/wiki/1.-Requirements)
2. [Installation and Setup](https://github.com/ARCANEDEV/Localization/wiki/2.-Installation-and-Setup)
3. [Configuration](https://github.com/ARCANEDEV/Localization/wiki/3.-Configuration)
4. [Usage](https://github.com/ARCANEDEV/Localization/wiki/4.-Usage)
5. [Extras](https://github.com/ARCANEDEV/Localization/wiki/5.-Extras)
6. [FAQ](https://github.com/ARCANEDEV/Localization/wiki/6.-FAQ)
1. [Requirements](https://github.com/ARCANEDEV/Localization/wiki/1.-Requirements)
2. [Installation and Setup](https://github.com/ARCANEDEV/Localization/wiki/2.-Installation-and-Setup)
3. [Configuration](https://github.com/ARCANEDEV/Localization/wiki/3.-Configuration)
4. [Usage](https://github.com/ARCANEDEV/Localization/wiki/4.-Usage)
5. [Extras](https://github.com/ARCANEDEV/Localization/wiki/5.-Extras)
6. [FAQ](https://github.com/ARCANEDEV/Localization/wiki/6.-FAQ)

### ONGOING

Expand All @@ -57,11 +66,11 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/Localization/

- [x] Laravel 5.1 supported.
- [x] Adding language selector view.

## Credit

The Localization package was inspired from [mcamara/laravel-localization](https://github.com/mcamara/laravel-localization).

## Contribution

Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](https://github.com/ARCANEDEV/Localization/blob/master/CONTRIBUTING.md).
Any ideas are welcome. Feel free to submit any issues or pull requests, please check the [contribution guidelines](CONTRIBUTING.md).

0 comments on commit 66c5e10

Please sign in to comment.