Hello Everyone 👋 In this article, I'm going to install Laravel Breeze and take you in a very quick tour. Laravel Breeze is a very simple implementation of all of Laravel's authentication features, including login, registration, password reset, email verification, and password confirmation. Laravel Breeze's default view layer is made up of simple Blade templates styled with Tailwind CSS. I already wrote about installing TailwindCSS in Laravel project and you can check out the article by clicking here . This article works as a step by step guide with all the tiny details, so follow along for the best result 👇 1- Install Nodejs and npm: First thing you need to make sure that you have Node and npm installed on your machine. You can check that by opening up the terminal and type those two commands: npm -v node -v If you need to install them 🔗 DOCs for downloading Node and npm If you got that converged, move on 👇 2- Install Database Management Tool: I use free version o...
Comments
Post a Comment