https://github.com/avinashn/custom-authentication-in-laravel
Custom Authentication (SignIn / SignUp) in Laravel
https://github.com/avinashn/custom-authentication-in-laravel
Last synced: about 1 year ago
JSON representation
Custom Authentication (SignIn / SignUp) in Laravel
- Host: GitHub
- URL: https://github.com/avinashn/custom-authentication-in-laravel
- Owner: avinashn
- Created: 2016-04-23T05:19:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T06:46:14.000Z (over 8 years ago)
- Last Synced: 2025-04-03T18:40:55.924Z (about 1 year ago)
- Language: PHP
- Homepage: https://justlaravel.com/custom-authentication-in-laravel/
- Size: 456 KB
- Stars: 12
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## 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/
## YouTube Video:
https://www.youtube.com/watch?v=suJlkjbU4aI