From 392cf80e445cf81f14323ef4a8b2a8d7edca423d Mon Sep 17 00:00:00 2001 From: Mohammadreza_73 Date: Fri, 27 May 2022 21:43:35 +0430 Subject: [PATCH] Modify README file: Add Testing section. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a78203a..1656e26 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package creates a 6 digits token, which allows you to send it by SMS, email, etc to users and they can login into their account with that token by sending it to specific endpoint. Tokens are auto expiring and single use. -# Installation +# Installation: ``` composer require m.rahimi/laravel-tokenize-auth ``` @@ -97,6 +97,11 @@ If you want to swap the default implementations behind the facades with your own ]; ``` +# Testing: +``` +vendor/bin/phpunit +``` + -------------------- ### :raising_hand: Contributing