Skip to content

Commit 6faedfe

Browse files
committed
renamed package
1 parent 1e7d9c9 commit 6faedfe

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Persistent settings package for Laravel
22

3-
[![Version](https://poser.pugx.org/akaunting/setting/v/stable.svg)](https://github.com/akaunting/setting/releases)
4-
[![Downloads](https://poser.pugx.org/akaunting/setting/d/total.svg)](https://github.com/akaunting/setting)
3+
[![Downloads](https://poser.pugx.org/akaunting/laravel-setting/d/total.svg)](https://github.com/akaunting/laravel-setting)
54
[![StyleCI](https://styleci.io/repos/101231817/shield?style=flat&branch=master)](https://styleci.io/repos/101231817)
6-
[![Quality](https://scrutinizer-ci.com/g/akaunting/setting/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akaunting/setting)
7-
[![License](https://poser.pugx.org/akaunting/setting/license.svg)](LICENSE.md)
5+
[![Quality](https://scrutinizer-ci.com/g/akaunting/laravel-setting/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/akaunting/laravel-setting)
6+
[![License](https://poser.pugx.org/akaunting/laravel-setting/license.svg)](LICENSE.md)
87

98
This package allows you to save settings in a more persistent way. You can use the database and/or json file to save your settings. You can also override the Laravel config.
109

@@ -25,7 +24,7 @@ This package allows you to save settings in a more persistent way. You can use t
2524
Run the following command:
2625

2726
```bash
28-
composer require akaunting/setting
27+
composer require akaunting/laravel-setting
2928
```
3029

3130
### 2. Register (for Laravel < 5.5)

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "akaunting/setting",
3-
"description": "Persistent settings package for Laravel.",
2+
"name": "akaunting/laravel-setting",
3+
"description": "Persistent settings package for Laravel",
44
"keywords": [
55
"laravel",
66
"persistent",

0 commit comments

Comments
 (0)