Skip to content

Commit

Permalink
add installation
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed May 17, 2024
1 parent 5836be0 commit e5a0f04
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 e5a0f04

Please sign in to comment.