Skip to content

sunnystark/Auth_app

Repository files navigation

Login-App with Auth

Quick Install

  1. Rename .env.example to .env
  2. Update DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret 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

Test modules:

  • 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]

blog/port: http://sunnystark.blogspot.in

About

laravel with react auth app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published