Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mombuyish committed Mar 5, 2020
1 parent b641924 commit cc97880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This package extends the core file generators that are included with Laravel 5 /
#### Laravel >= 5
- 5.4 before using branch `1.1.x`
- 5.5 ~ 5.7 using branch `2.0.x`
- 5.8 - 6.x using branch `3.x.x`
- 5.8 - 7.x using branch `3.x.x`

## Installation

Expand Down Expand Up @@ -337,4 +337,4 @@ class UserParser extends Parser
``` php
$parser = app(UserParser::class)->parse(['Yish', 30, 'Taipei']);
// ['name' => 'Yish', 'ages' => 30, 'location' => 'Taipei'];
```
```

0 comments on commit cc97880

Please sign in to comment.