Home

Awesome

CocoPass

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