We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5836be0 + e5a0f04 commit f9b04faCopy full SHA for f9b04fa
README.md
@@ -10,7 +10,24 @@ We are committed to providing ongoing improvements and welcome contributions and
10
11
## Installation
12
13
-Install the plugin with Composer:
+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
27
+"minimum-stability": "dev",
28
29
30
+Then Install the plugin with Composer:
31
32
```bash
33
composer require filament/spatie-laravel-translatable-plugin:"^3.2" -W
0 commit comments