Authentication 🔐

northoniserhardt

Northon Iserhardt

Posted on December 28, 2023

Authentication 🔐

Authentication

Let's access the authentication tab in the documentation: https://laravel.com/docs/10.x/authentication which will instruct us to use a starter kit, as we can see below:
Image description

The main starter kit to be mentioned is Laravel Breeze which has several features including Tailwind CSS for our frontend, so let's use it https://laravel.com/docs/10.x/starter-kits#laravel-breeze-installation:
Image description
composer require laravel/breeze --dev
php artisan breeze:install

To this project we're gonna choose this Livewire version:
Image description

For sure...
Image description

And then we're gonna choose PHPUnit for future unit tests:
Image description

php artisan migrate
npm install
npm run dev

Now we have 2 new links, let's register and log in:
Image description

So we have finished registration, login and password reset functionalities:
Image description

💖 💪 🙅 🚩
northoniserhardt
Northon Iserhardt

Posted on December 28, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Authentication 🔐
tutorial Authentication 🔐

December 28, 2023

Introduction 🚀
tutorial Introduction 🚀

December 28, 2023

Autenticação 🔐
tutorial Autenticação 🔐

December 26, 2023