Answers for "in auth.php line 60: remote: remote: in order to use the auth::routes() method, please install the laravel/ui pa remote: ckage."

PHP
7

In order to use the Auth::routes() method, please install the laravel/ui package.

composer require laravel/ui
php artisan ui vue --auth
Posted by: Guest on April-14-2020

Code answers related to "in auth.php line 60: remote: remote: in order to use the auth::routes() method, please install the laravel/ui pa remote: ckage."

Browse Popular Code Answers by Language