Make Laravel User Authentication Using Laravel Ui In Laravel 8 With Vue 2 - FreeCodeBlog
Last updated: Nov 17, 2021
Install and use laravel ui package in laravel 8 with Vue 2 to make user authentication. Laravel UI is a new first-party package that extracts the UI portion of a Laravel project into a separate laravel/ui package. The separate package enables the Laravel team to iterate on the UI package separately from the main Laravel codebase.

Install Laravel Ui:
You can install the laravel/ui version 3 package via composer for laravel 8 but remember Laravel ui 3 version does not support vue 3 and Tailwind Css. After successfully installing laravel ui 3 you will need to update vue 3 from vue 2 manually and for tailwind css you need to update tailwind css from bootstrap manually.
In this tutorial, I will use laravel ui package 3 version with Vue 2 and bootstrap.
Once you’ve installed laravel/ui you have a couple of commands available to generate UI code, including authorization.
Now open xampp php myadmin page and create a database. Now go to register page and register to authenticate.
Thanks.

My name is Masum Biswas. I'm a full stack developer. I live in Bangladesh and I love to write tutorials and tools that can help to other artisan. I am a big fan of PHP, Javascript, JQuery, Laravel, MySQL, VueJS, Tailwind CSS and Bootstrap from the early stage.
Today I will explain you, how we can easily deploy a laravel 8 project on namecheap shared hosting cpanel. If you have a namecheap shared hosting s... Read More
Want to upgrade laravel 5.8 to 8 version? Yes. Still using older Laravel versions like laravel 5.7, 5.8 or higher for your website? If you use a ve... Read More
Laravel 8 multi auth! Yes. Want redirect admins and users to different pages using laravel breeze authentication? Yes. Don't worry, We can easily r... Read More
In this tutorial I will use laravel sanctum package to make laravel api authentication for users. For spa authentication or laravel vue api authent... Read More
In this tutorial we can learn how we can send a email when a user verified her email. We need to send email because email verified success email im... Read More