Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 18, 2024
1 parent 2a291dd commit c5abeba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@ A trait for Laravel middleware that allows you to pass arguments in a more PHP'i

Read more about the why in my blog post [Rethinking Laravel's middleware argument API](https://timacdonald.me/rethinking-laravels-middleware-argument-api/)

## Version support

- **PHP**: 8.1, 8.2, 8.3
- **Laravel**: 10.0, 11.0

## Installation

You can install using [composer](https://getcomposer.org/) from [Packagist](https://packagist.org/packages/timacdonald/has-parameters).
You can install using [composer](https://getcomposer.org/):

```
$ composer require timacdonald/has-parameters
composer require timacdonald/has-parameters
```

## Basic usage
Expand Down

0 comments on commit c5abeba

Please sign in to comment.