sumityadavbadli / react-laravel-with-jwt-auth

Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-laravel-with-jwt-authentication

Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication. 0

usage :

  1. Rename .env.example to .env
  2. Update DB_HOST, DB_DATABASE, DB_USERNAME, DB_PASSWORD, and Social IDs in .env file to yours.
  3. In command line :
    • composer update
    • Php artisan key:generate
    • php artisan migrate
  4. npm install
  5. npm run dev

features:

This repository already configured with:

To-Do list :

  • User registration => Done
  • User login => Done
  • Forgot password => Done
  • Limit login attempts
  • social login => Done (Facebook, Twitter, LinkedIn, Google)

This project is open for contribution.

For any suggestion and query contact me at : sumityadavbadli@gmail.com

About

Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.


Languages

Language:PHP 99.3%Language:HTML 0.7%