Skip to content

Commit

Permalink
Update installation-setup.md (#3571)
Browse files Browse the repository at this point in the history
Fixes error spatie/laravel-medialibrary 11.0.0 requires illuminate/bus ^10.0 -> found illuminate/bus[v10.0.0, ..., v10.48.4] but these were not loaded with fresh installation
  • Loading branch information
jozeflambrecht authored Mar 23, 2024
1 parent a640fee commit 6081430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Media Library can be installed via Composer:
If you only use the base package issue this command:

```bash
composer require "spatie/laravel-medialibrary:^11.0.0"
composer require "spatie/laravel-medialibrary"
```

If you have a license for Media Library Pro, you should install `spatie/laravel-media-library-pro` instead. Please refer to our [Media Library Pro installation instructions](https://spatie.be/docs/laravel-medialibrary/v11/handling-uploads-with-media-library-pro/installation) to continue.
Expand Down

0 comments on commit 6081430

Please sign in to comment.