I have done in terminal
composer create-project laravel/laravel Push "8.0"
cd Push
composer require laravel/ui
Then change package.json file to : https://github.com/laravel/laravel/blob/8.x/package.json#L12
php artisan ui bootstrap
npm install --save-dev cross-env
npm install vue
npm install vue-loader
npm install vue-template-compiler
php artisan ui vue --auth
in webpack.mix.js do How to fix the error "You may need an appropriate loader to handle this file type"
npm install&&npm run dev
And so does my login and registration not appear right what to do different.
It should be like picture 1
CodePudding user response:
you should check your browser console/network errors then you can fix them. Can you also share your browser console/network errors in the question?
CodePudding user response:
Please create css file in directorty patch public->css->loginForm.css and copy past login form css.Then call login_form.blade.php top use it
<link href="/css/loginForm.css" rel="stylesheet">
