Vault is a port of PasteVault by UserScape. It's powered by Lumen and Semantic UI.
- Clone the repo
git clone git@github.com:koomai/vault.git
cd
into thevault
directory and runcomposer install
.- Copy the
.env.example
file to.env
and add a 16, 24 or 32 digit key toAPP_KEY
- Run
php artisan serve
and navigate tohttp://localhost:8000
on your browser.
Check out Lumen's server requirements here.
This repo was created as an exercise to dabble with Lumen. Use at your own risk.