Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
DCzajkowski committed Sep 28, 2017
1 parent caec14b commit 17c4984
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Missing tests for Laravel's auth module
## Installation
```bash
composer require dczajkowski/auth-tests --dev
php artisan make:auth-tests
```

## Updating
To update tests when a new version of this package arrives:
```bash
composer update dczajkowski/auth-tests
php artisan make:auth-tests --force
```
**Warning! All changes to the files this package provides will be lost when running this command!**

## Contributing
Feel free to make PRs to this repo.

## License
License can be found in the `LICENSE` file. It is a simple MIT, which basically means, use it howewer you like.

0 comments on commit 17c4984

Please sign in to comment.