You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel 6.0 compatibility (#29)
* EmailVerification Updated to Hash
* Bump required Laravel version
* Use POST requests for verification resend route
* Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method
* Change make:auth command to laravel/ui
* Fix missing --auth flag in ui preset setup
* Force version 6.0 of Laravel
* Update readme with new frontend preset
Laravel 6.0 compatibility (#29)
* EmailVerification Updated to Hash
* Bump required Laravel version
* Use POST requests for verification resend route
* Pass entire user object into validVerificationVerifyRoute and invalidVerificationVerifyRoute method
* Change make:auth command to laravel/ui
* Fix missing --auth flag in ui preset setup
* Force version 6.0 of Laravel
* Update readme with new frontend preset
Change the way a too many login attempts message is asserted against (#……21)
* Change the way a too many login attempts message is asserted against
* Removed unused import