composer require webcosmonauts/alder
- remove standart laravel migrations (users and password resets)
- switch Auth user model in
config/auth
to\Webcosmonauts\Alder\Models\User::class
- run
php artisan migrate:fresh --seed
- add
Alder::routes()
to standart laravel routes