Skip to content

Instantly share code, notes, and snippets.

View RogerCreasy's full-sized avatar

Roger Creasy RogerCreasy

View GitHub Profile
8:00am Mingle in Slack
8:45am Opening remarks
9:00am Jeffrey Way “Laravel and the Frontend"
10:00am Evan You Something Vue.js 2.2+ related
11:00am Break
11:15am Rachel Andrew CSS Grid and Flexbox
12:15pm Adam Wathan "You Might Not Need a Mocking Framework"
1:15pm Break
1:30pm Taylor Otwell Laravel 5.4 internals walkthrough
#!/bin/bash -xv
# Initialize Amazon Linux AMI 2015.09 for PHP7 Web Application
# yum
# update default
sudo yum upgrade --enablerepo="*" -y
# install php
for i in $(seq 3)
do
[ ! -s remi-release-6.rpm ] && curl --connect-timeout 3 http://remi.kazukioishi.net/enterprise/remi-release-6.rpm > remi-release-6.rpm