Skip to content

Instantly share code, notes, and snippets.

View bkilshaw's full-sized avatar

Brad Kilshaw bkilshaw

View GitHub Profile
@bkilshaw
bkilshaw / 2014_10_12_000000_create_users_table.php
Last active December 9, 2017 19:04 — forked from anonymous/2014_10_12_000000_create_users_table.php
Help getting "invites" to work and clean up code
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class CreateUsersTable extends Migration
{
/**
* Run the migrations.