Skip to content

Commit

Permalink
Auth User Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon committed Oct 19, 2021
1 parent 2639c6a commit 2c34508
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ To create a new migration, use the artisan command `make:nanoid-migration`. All

This is inspired by the [Laravel Eloquent UUID](https://github.com/goldspecdigital/laravel-eloquent-uuid) package and stripe's transaction ids.

If you want to customize the user model, Replace the follows namespace in your user model.

```php

// use Illuminate\Foundation\Auth\User as Authenticatable;
use Malico\LaravelNanoid\Auth\User as Authenticatable;

#class User extends Authenticatable
```

### Author

Ndifon Desmond Yong

0 comments on commit 2c34508

Please sign in to comment.