CocoPass

September 25, 2016 ยท View on GitHub

CocoPass is a password management system based on Laravel5.3. You can safely and easily store your password here. If course, it is the first version.

Option 1: Installation

composer install

Option 2: create a .env file and write MySql info in it

touch .env

###Option 3: migrate

php artisan migrate

Todo

  • use google2fa
  • use Vue.js

Contents

  1. 1Option 1: Installation
  2. 1.1Option 2: create a .env file and write MySql info in it
  3. 2Todo