i am using laravel 6.2 and now i want install Vue.js.i am trying like this
- composer require laravel/ui.
- php artisan ui vue.
- php artisan ui vue --auth.
- npm install.
- npm run dev.
but when i try to run command php artisan ui vue its says Could not open input file: artisan
php artisan preset vue
run this thennpm i
andnpm run dev
– Kamlesh Paulartisan
file should be present there – Kamlesh Paul