Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaksavvy committed Sep 10, 2019
1 parent 3cda526 commit b9e8678
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ in as a user and an admin, without conflicts!

## Version Guidance

| Laravel version | Branch | Install |
| ------------------- | ------ | ------------------------------------------------------- |
| 5.4 | 5.4 | composer require bitfumes/laravel-multiauth:5.4.x-dev |
| 5.5 | 5.5 | composer require bitfumes/laravel-multiauth:5.5.x-dev |
| 5.6, 5.7 and 5.8 | Master | composer require bitfumes/laravel-multiauth |
| JWT Api version | jwt-auth | composer require bitfumes/laravel-multiauth -b jwt-auth |
| Laravel version | Branch | Install |
| ------------------ | -------- | ------------------------------------------------------- |
| 5.4 | 5.4 | composer require bitfumes/laravel-multiauth:5.4.x-dev |
| 5.5 | 5.5 | composer require bitfumes/laravel-multiauth:5.5.x-dev |
| 5.6, 5.7, 5.8, 6.0 | Master | composer require bitfumes/laravel-multiauth |
| JWT Api version | jwt-auth | composer require bitfumes/laravel-multiauth:dev-jwtauth |

## Installation

Expand Down Expand Up @@ -90,7 +90,9 @@ Yes you can write validation rules to your new columns or change existing valida
```bash
php artisan vendor:publish --tag="multiauth:config"
```

## Activate or Deactive admin

Now super admin can activate or deactivate other admin.
This will be usefull when you want to deactivate any admin for some reason.

Expand Down Expand Up @@ -206,7 +208,6 @@ If you want to add multiple role, you can do like this

This is fully compatible with laravel `MustVerifyEmail` trait, so that you can make user to must verify email. [click here](https://laravel.com/docs/5.8/verification) more details


```php
php artisan multiauth:make {guard}
```
Expand Down

0 comments on commit b9e8678

Please sign in to comment.