diff --git a/README.md b/README.md index e4e167e..5697fe1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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} ```