Build Status Total Downloads Latest Stable Version License

Installation Instruction

  • run git clone https://github.com/herdikayan/laravel-login.git laravel-login
  • Create a MySQL database for the project laravel_login
  • From the projects root run cp .env.example .env
  • Configure your .env file
  • Run composer update from the projects root folder
  • From the projects root folder run php artisan key:generate
  • From the projects root folder run php artisan migrate
  • Finish