AsfaqTamim / laravel-basic-authentication

This is a basic authentication built with Laravel and Tainwind CSS. It allows users to register and login.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Image Gallery App

This is a basic authentication built with Laravel and Tainwind CSS. It allows users to register and login.

Requirements

  • PHP 8.1 or later
  • NodeJS and npm
  • PHP extensions according to Laravel.

Getting Started

clone this repository

Change the directory

cd laravel-basic-authentication

Install the dependencies:

composer install
npm install

Create a new database same as laravelauth then rename the .env.example to .env and run php artisan key:generate

Migrate the database:

php artisan migrate

Start the development server:

npm run dev
php artisan serve

About

This is a basic authentication built with Laravel and Tainwind CSS. It allows users to register and login.


Languages

Language:PHP 92.2%Language:Blade 7.1%Language:JavaScript 0.7%Language:CSS 0.1%