Skip to content

Commit fb1d900

Browse files
update docs
1 parent 597f800 commit fb1d900

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,23 @@ But those gifts can be changed in the future, so it's better not have them stati
77

88
This container helps to store and retrieve those key values settings. You can also seed the database with the default configurations.
99

10+
#### Compatiblity table
11+
12+
| Container Version | Apiato Version|
13+
| -------------------|---------------|
14+
| `^2.*.*` | `^10.*.*` |
1015

1116
- [Installation](#installation)
1217
- [Seed the default settings](#seed-the-default-settings)
1318
- [Read settings](#read-settings)
1419

1520
<a name="installation"></a>
1621
## Installation
17-
Add this to your `app/composer.json` then run `composer update`
22+
1823
```
19-
"mohammad-alavi/apiato-setings": "^2.0.0"
24+
composer require apiato/settings-container
2025
```
26+
Now run `php artisan migrate`
2127

2228
<a name="seed-the-default-settings"></a>
2329

0 commit comments

Comments
 (0)