Did you run
composer require laravel/ui --dev
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I wonder why:
php artisan make:auth
does not work? (This is from the tutorial, I check the doc in Laravel 5.7 exist)
This is also does not work
php artisan ui vue --auth
I am using Laravel 6.0 and this command should exists.
D:\xampp72\htdocs\socialite>php artisan ui vue --auth
Command "ui" is not defined.
I just installed a new laravel and it should be 6.0 I believe, how to check the laravel version?
composer.json
"require": {
"php": "^7.2",
"fideloper/proxy": "^4.0",
"laravel/framework": "^6.0",
"laravel/tinker": "^1.0"
},
Please or to participate in this conversation.