Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Mar 5, 2021
1 parent de49155 commit 19fc3e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Language switcher package for Laravel

[![Version](https://img.shields.io/packagist/v/akaunting/language?label=release)](https://github.com/akaunting/language/releases)
![Downloads](https://img.shields.io/packagist/dt/akaunting/language)
![Downloads](https://img.shields.io/packagist/dt/akaunting/laravel-language)
[![StyleCI](https://github.styleci.io/repos/102290249/shield?style=flat&branch=master)](https://styleci.io/repos/102290249)
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/language?label=quality)](https://scrutinizer-ci.com/g/akaunting/language)
[![License](https://img.shields.io/github/license/akaunting/language)](LICENSE.md)
[![Quality](https://img.shields.io/scrutinizer/quality/g/akaunting/laravel-language?label=quality)](https://scrutinizer-ci.com/g/akaunting/laravel-language)
[![License](https://img.shields.io/github/license/akaunting/laravel-language)](LICENSE.md)

This package allows switching locale easily on Laravel projects. It's so simple to use, once it's installed, your App locale will change only by passing routes into SetLanguage middleware.

Expand All @@ -26,7 +25,7 @@ This package allows switching locale easily on Laravel projects. It's so simple
Run the following command:

```
composer require akaunting/language
composer require akaunting/laravel-language
```

### 2. Register (for Laravel < 5.5)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "akaunting/language",
"description": "Language switcher package for Laravel.",
"name": "akaunting/laravel-language",
"description": "Language switcher package for Laravel",
"keywords": [
"laravel",
"language",
Expand Down

0 comments on commit 19fc3e1

Please sign in to comment.