laravel-angular-admin
laravel-angular-admin copied to clipboard
can't login when run project
as i follow the all information in read me than i run with this error

Did you run following command?? php artisan db:seed and check in and user_role table entry exist??
I figured it out, to make auth work, you need to config the smtp well in .env
For quick test you can just set the mail driver to log
MAIL_DRIVER=log