Skip to content

Commit

Permalink
Modify README file:
Browse files Browse the repository at this point in the history
Add Testing section.
  • Loading branch information
Mohammadreza-73 committed May 27, 2022
1 parent da2b10d commit 392cf80
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 392cf80

Please sign in to comment.