https://github.com/sumityadavbadli/react-laravel-with-jwt-auth
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
https://github.com/sumityadavbadli/react-laravel-with-jwt-auth
animate-css jwt-authentication jwt-middleware laravel5 react-redux-boilerplate react-router-v4 reactjs redux-persist semantic-ui-react
Last synced: 4 months ago
JSON representation
Boilerplate for reactjs (15.6) and laravel (5.5) with jwt-authentication.
- Host: GitHub
- URL: https://github.com/sumityadavbadli/react-laravel-with-jwt-auth
- Owner: sumityadavbadli
- Created: 2017-11-13T06:46:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T11:10:18.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T04:31:40.357Z (5 months ago)
- Topics: animate-css, jwt-authentication, jwt-middleware, laravel5, react-redux-boilerplate, react-router-v4, reactjs, redux-persist, semantic-ui-react
- Language: PHP
- Homepage:
- Size: 2.24 MB
- Stars: 72
- Watchers: 10
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
- Semantic UI React => https://react.semantic-ui.com/introduction
- Animate css => https://daneden.github.io/animate.css/
- Redux persist (For local storage) => https://www.npmjs.com/package/redux-persist
- Socialite => (https://laravel.com/docs/5.5/socialite)# 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 : [email protected]