Skip to content

clickonmedia/react-laravel-gentelella

Repository files navigation

React Laravel Gentelella

React Laravel dashboard using Bootstrap and JWT authentication

Based on:

Gentelella

Free Bootstrap 3 Admin Template https://github.com/puikinsh/gentelella https://colorlib.com/polygon/gentelella/index.html

React Gentelella

React implementation of a bootstrap 3 Admin Template Gentelella https://github.com/Nearsoft/react-gentelella

react-laravel-with-jwt-authentication

Boilerplate for reactjs and laravel with JWT authentication https://github.com/sumityadavbadli/react-laravel-with-jwt-auth

Setup:

  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

Run locally:

  • mysql.server start
  • php artisan serve --port=8080
  • npm run watch

Get started:

features:

This repository already configured with:

api examples:

  1. JWT authenticated request:

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.

About

React Laravel dashboard using Bootstrap and JWT authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published