Skip to content

Instantly share code, notes, and snippets.

View BryanHeath's full-sized avatar

Bryan Heath BryanHeath

  • California, USA
View GitHub Profile
@mikebronner
mikebronner / 2016_09_26_190624_add_stripe_fields_and_table.php
Last active September 29, 2016 16:40
MIgrate Laravel Cashier from 5.x to 6.x/7.x (Be sure to test before running on production!)
<?php
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;
class AddStripeFieldsAndTable extends Migration
{
/**
* Run the migrations.
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "your_email@youremail.com"