Skip to content

Commit

Permalink
fix: installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Z3d0X committed Aug 31, 2023
1 parent 5a78ff9 commit 771de45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
You can install the package via composer:

```bash
composer require z3d0x/filament-fabricator
composer require pboivin/filament-peek:"^2.0.0-beta4" z3d0x/filament-fabricator
```


Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

Once you have [Filament Panels](https://filamentphp.com/docs/3.x/panels/installation) configured. You can install this package via composer:
```bash
composer require z3d0x/filament-fabricator
composer require pboivin/filament-peek:"^2.0.0-beta4" z3d0x/filament-fabricator
```

After that run the install command: (this will publish the config & migrations)
Expand Down

0 comments on commit 771de45

Please sign in to comment.