How to fix the error “In order to use the Auth::routes() method, please install the Laravel/ui package” in Laravel

DevOps

YOUR COSMETIC CARE STARTS HERE

Find the Best Cosmetic Hospitals

Trusted • Curated • Easy

Looking for the right place for a cosmetic procedure? Explore top cosmetic hospitals in one place and choose with confidence.

“Small steps lead to big changes — today is a perfect day to begin.”

Explore Cosmetic Hospitals Compare hospitals, services & options quickly.

✓ Shortlist providers • ✓ Review options • ✓ Take the next step with confidence

Error:

 message "In order to use the Auth::routes() method, please install the laravel/ui package"Code language: JavaScript (javascript)

I’m switching to Laravel 9 for my project. But when I attempted to launch php artisan, I received an error message.

To use the Auth::routes() method, please install the laravel/ui package.
Code language: PHP (php)

I thus install the package, but I continue to receive the same issue. What could be the issue, and how do I resolve it?

RuntimeException
In order to use the Auth::routes() method, please install the laravel/ui package.Code language: PHP (php)

Solution:

Step 1: (Install Laravel UI)

composer require laravel/uiCode language: JavaScript (javascript)

Step 2: (Generate Auth UI)

php artisan ui bootstrap --auth
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x