https://dev.to/shanisingh03 #make-login-amp-registration-in-laravel-9 Make Login & Registration In Laravel 9 Today I am going to explain how you can generate Authentication scaffolding in Laravel 9. After https://dev.to/shanisingh03/how-to-install-laravel-9-25c4 we need to install https://github.com/laravel/ui package in order to generate authentication in laravel 9. #to-install-run-the-composer-command To Install run the composer command composer require laravel/ui