Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LeanAdmin/installer
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl committed Jan 23, 2021
2 parents f3e3436 + 72b235f commit c2b7fb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,19 @@ composer require leanadmin/installer
```sh
php artisan lean:setup
```

## Development

Run all checks:

```
./check
```

Run tests:

```
phpunit
```

**Make sure to clean up `composer.json` when running tests that modify it.**

0 comments on commit c2b7fb0

Please sign in to comment.