composer install
npm install
- Install Virtual Box
- Install homestead with
php vendor/bin/homestead make
- Start up server with
vagrant up
- Set up default env variables
cp .env.example .env
- Generate a key for Laravel
php artisan key:generate
- Run Migrations with
php artisan migrate
- You need to tunnel into vagrant for this with
vagrant ssh
- You need to tunnel into vagrant for this with
- Set up storefront enviroment in
\storefront
- Access dev site through
homestead.app