Skip to content

jnasoy/Custom-Authentication-in-Laravel

 
 

Repository files navigation

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • Run
    php artisan key:generate
  • Run
    php artisan migrate

Working Demo

You can see the demo of the project here

Reference Post

http://justlaravel.com/custom-authentication-in-laravel/

About

Custom Authentication (SignIn / SignUp) in Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.9%
  • HTML 9.7%
  • Other 1.4%