diff --git a/LICENSE.md b/LICENSE.md index 6a80093..2dbf538 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015 ARCANEDEV - Localization +Copyright (c) 2015 ARCANEDEV - 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 diff --git a/README.md b/README.md index 1053c40..07cc466 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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: & :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 @@ -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).