Skip to content

AbsoluteCraft/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79662e8 ยท Feb 10, 2018
Feb 10, 2018
May 3, 2016
Feb 10, 2018
Feb 10, 2018
Jan 28, 2017
Feb 10, 2018
Jan 5, 2017
Feb 10, 2018
Feb 10, 2018
Jan 26, 2017
May 3, 2016
Jan 5, 2017
Feb 10, 2018
Jan 28, 2017
Oct 10, 2016
May 3, 2016
Feb 10, 2018
Feb 10, 2018
Jan 28, 2017
Jan 8, 2017
Jan 26, 2017
May 3, 2016
May 3, 2016

Repository files navigation

AbsoluteCraft Website

Travis Deploys With Chappy

Website Screenshot

Install

Use Composer and npm to install PHP and JS dependencies. Then copy your details to the .env file, using .env.example as a template.

composer install
npm install

Generate an App Key

Generate a unique key for Laravel's cipher.

php artisan key:generate

Generate an API Key

Generate a secret key for our API. The output of this command is the only time the key is shown in plain text (but it can be regenerated at any point).

php artisan api:generate

Create required DB tables

php artisan migrate 

Usage

We use gulp for our dev build process. It starts browserify on localhost:3000.

gulp watch