Skip to content

Commit

Permalink
Merge pull request #5 from lara-zeus/update-docs-readme
Browse files Browse the repository at this point in the history
add installation
  • Loading branch information
atmonshi authored May 17, 2024
2 parents 5836be0 + e5a0f04 commit f9b04fa
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,24 @@ We are committed to providing ongoing improvements and welcome contributions and

## Installation

Install the plugin with Composer:
First add this repo URL to your composer:

```json
"repositories": [
{
"type": "github",
"url": "https://github.com/lara-zeus/translatable"
},
]
```

and make sure your minimum stability is set to dev:

```json
"minimum-stability": "dev",
```

Then Install the plugin with Composer:

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

0 comments on commit f9b04fa

Please sign in to comment.