Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 34d90d6

Browse files
committed
Added model option documentation
1 parent 1edf798 commit 34d90d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/auth/importing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,15 @@ php artisan adldap:import --filter "(cn=John Doe)"
102102
Found user 'John Doe'.
103103
```
104104

105+
### Model
106+
107+
The `--model` (or `-m`) option allows you to change the model to use for importing users.
108+
By default your configured model from your `ldap_auth.php` file will be used.
109+
110+
```bash
111+
php artisan adldap:import --model "\App\Models\User"
112+
```
113+
105114
### No Logging
106115

107116
The `--no-log` option allows you to disable logging during the command.

0 commit comments

Comments
 (0)