Skip to content

Commit

Permalink
Readme updated πŸ“ƒ
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Nov 13, 2023
1 parent 0a172a8 commit c43f7f8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,23 @@ Support the development with a :star: to let others know it worked for you.

## Installation

Install the package Laravel 8 and onwards.
Laravel 10 users install with.

```bash
composer require rahulhaque/laravel-filepond
composer require rahulhaque/laravel-filepond:"^10"
```

Laravel 9 users install with.

```bash
composer require rahulhaque/laravel-filepond:"^9"
```

Laravel 8 users install with.

```bash
# Coming soon...
# composer require rahulhaque/laravel-filepond:"^8"
```

Laravel 7 users use less than 1.x version. See [7.x branch](https://github.com/rahulhaque/laravel-filepond/tree/7.x) for documentation.
Expand Down

0 comments on commit c43f7f8

Please sign in to comment.