Skip to content

Commit f9b04fa

Browse files
authored
Merge pull request #5 from lara-zeus/update-docs-readme
add installation
2 parents 5836be0 + e5a0f04 commit f9b04fa

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,24 @@ We are committed to providing ongoing improvements and welcome contributions and
1010

1111
## Installation
1212

13-
Install the plugin with Composer:
13+
First add this repo URL to your composer:
14+
15+
```json
16+
"repositories": [
17+
{
18+
"type": "github",
19+
"url": "https://github.com/lara-zeus/translatable"
20+
},
21+
]
22+
```
23+
24+
and make sure your minimum stability is set to dev:
25+
26+
```json
27+
"minimum-stability": "dev",
28+
```
29+
30+
Then Install the plugin with Composer:
1431

1532
```bash
1633
composer require filament/spatie-laravel-translatable-plugin:"^3.2" -W

0 commit comments

Comments
 (0)