Skip to content

albayanidev/Laravel-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yuriy Leve
Nov 4, 2023
034fc43 · Nov 4, 2023

History

42 Commits
Oct 28, 2023
Oct 17, 2023
Oct 24, 2023
Oct 28, 2023
Oct 17, 2023
Nov 4, 2023
Oct 28, 2023
Oct 17, 2023
Oct 24, 2023
Oct 17, 2023
Nov 4, 2023
Oct 17, 2023
Oct 17, 2023
Nov 4, 2023
Oct 17, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Nov 4, 2023
Oct 27, 2023
Oct 17, 2023
Oct 17, 2023
Oct 24, 2023
Oct 24, 2023

Repository files navigation

Laravel Logo

About Jetstream

Laravel Jetstream is a beautifully designed application starter kit for Laravel and provides the perfect starting point for your next Laravel application. Jetstream provides the implementation for your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features.

Installation Guide

1: Install Xampp, SQLyog and Composer on your local machine

2: Create a database:sprlogin using SQLyog after running Xampp

3: Download the source code and change .env.example to .env

4: Install Laravel composer

composer install

5: Migrate your database

php artisan migrate

6: Install npm package

npm install

7: Run front-end

npm run dev

8: Run Laravel backend

php artisan serve

Open http://localhost:8000 to view it in your browser.

About

Jetstream Inertia Vue Tailwind CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published