DEV Community

Discussion on: php artisan make:auth in laravel 6.0

Collapse
 
pascalzim profile image
Josh • Edited

Hi, after installing Node.js, and using the commands. When I type "php artisan ui vue --auth" I try to put "npm install" but it doesn't work. Only work's with react (if I use "php artisan ui react --atuh" it works). With vue says npm it's not being recognized (with npm run dev happens the same).

Collapse
 
msamgan profile image
Mohammed Samgan Khan

i think you changed default preset from vue js to react js. Laravel support both of them.
have a look at the documentation for more details.

Collapse
 
pascalzim profile image
Josh

Yes, I solved the problem, thank you so much