Skip to content

Commit

Permalink
Merge pull request #51 from Leamsi9/master
Browse files Browse the repository at this point in the history
Fixed installation command and Laravel version in readme.md
  • Loading branch information
nafiesl authored Jun 11, 2023
2 parents f121228 + ffe7d07 commit 1d7afef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ The main purpose of this package is for **faster Test-driven Development**, it g

## How to install

#### For Laravel 9.x

```bash
# Get the package
$ composer require luthfi/simple-crud-generator:^3.0
```
#### For Laravel 8.x

```bash
Expand Down

0 comments on commit 1d7afef

Please sign in to comment.