From 17c498467472f7ad484ef7c403e55b4f72da229c Mon Sep 17 00:00:00 2001 From: Dariusz Czajkowski Date: Thu, 28 Sep 2017 17:45:37 +0200 Subject: [PATCH] Added README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..614d94a --- /dev/null +++ b/README.md @@ -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.