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 1e7d9c9 commit 6faedfe
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 @@
# Persistent settings package for Laravel

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

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.

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

```bash
composer require akaunting/setting
composer require akaunting/laravel-setting
```

### 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/setting",
"description": "Persistent settings package for Laravel.",
"name": "akaunting/laravel-setting",
"description": "Persistent settings package for Laravel",
"keywords": [
"laravel",
"persistent",
Expand Down

0 comments on commit 6faedfe

Please sign in to comment.