'Try to use a command to Install login page?

I downloaded a project from Github and followed the instruction to open it for login in. I have to use php artisan make:auth but there is an error, how can you help me?



Solution 1:[1]

That command is no longer available(Depends on the version ), use this:

composer require laravel/ui
php artisan ui vue --auth
php artisan migrate

source : Laravel

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1