Code behind elephpanttrade.com.
This is a WIP, yo.
You must have Vagrant 1.9.0+, PHP 7, Composer, NodeJS 6+, NPM, and Yarn available to use on your machine.
composer install
from the project rootnpm install
from project root.env.example
to .env
/vendor/bin/homestead make && vagrant up
to install and start VM.vagrant ssh
php artisan migrate
php artisan vendor:publish --provider="Tymon\JWTAuth\Providers\JWTAuthServiceProvider"
php artisan key:generate
to generate a new application keyyarn run dev
to build the front end.homestead.dev 192.168.10.10
to your /etc/hosts
file.homestead.dev
in a browser.