Skip to content

itstuffsolutions/laravel-12-auth-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

Laravel 12 Custom Login and Registration Tutorial for Beginners

This repository contains the complete source code for the Laravel 12 Custom Login and Registration Tutorial published on my blog. It is tailored for beginners who want to learn how to build a secure and fully functional authentication system in Laravel without using Laravel Breeze or Jetstream.

πŸ“˜ Read the full tutorial:
πŸ‘‰ Complete Laravel 12 Login & Registration Guide


πŸ”§ Features

  • Laravel 12 Setup
  • Custom Login and Registration Forms
  • Validation and Error Handling
  • Password Hashing and Authentication
  • User Dashboard with Logout
  • Fully Responsive Design using Bootstrap 5

πŸš€ Getting Started

Follow the steps below to run this project on your local machine:

Prerequisites

  • PHP >= 8.1
  • Composer
  • MySQL / SQLite
  • Node.js & NPM (optional, for frontend assets)

Installation

git clone https://github.com/itstuffsolutions/laravel-12-auth-tutorial.git
cd laravel-12-authentication-tutorial
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published