Skip to content

Commit c2b7fb0

Browse files
committed
Merge branch 'master' of github.com:LeanAdmin/installer
2 parents f3e3436 + 72b235f commit c2b7fb0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ composer require leanadmin/installer
1111
```sh
1212
php artisan lean:setup
1313
```
14+
15+
## Development
16+
17+
Run all checks:
18+
19+
```
20+
./check
21+
```
22+
23+
Run tests:
24+
25+
```
26+
phpunit
27+
```
28+
29+
**Make sure to clean up `composer.json` when running tests that modify it.**

0 commit comments

Comments
 (0)