composer create-project stephanwagner/vaulty vaulty --prefer-dist
Create a database with charset utf8mb4
and update config information in .env
file.
Run php artisan migrate
to migrate initial tables.
php artisan migrate
This project uses Gulp. See more in section "Assets".
To build the CSS and JS files, run npm install
and then npm run build
.
npm install && npm run build
Open vaulty in a browser, you will be prompted to create the admin user.
This project uses Gulp. More info at https://gulpjs.com
Watch assets during development:
gulp watch
npm run watch
Build assest for production:
gulp build
npm run build