Skip to content

Instantly share code, notes, and snippets.

View angelobiscola's full-sized avatar

Angelo Biscola angelobiscola

View GitHub Profile
@Keoghan
Keoghan / Expires.php
Created November 11, 2015 23:47
A simple Expires trait for use in a laravel app on an Eloquent model. Requires ExpiringScope
<?php
namespace App;
use Carbon\Carbon;
trait Expires
{
public static function bootExpires()
{

Setup Mac OS X (Sierra)

1. Run Software Update

Make sure everything is up to date.

2. Install Xcode and its "Command Line Tools"

  1. Go to App Store and install Xcode.
@sr75
sr75 / osx-homebrew-setup.md
Last active June 18, 2020 06:35
Mac Yosemite OSX - Homebrew (RVM/MySQL/Redis) setup

Mac Homebrew (RVM/MySQL/Redis) setup

Follow the steps below to setup a local development environment:

XQuartz

Recommended to download latest XQuartz

iTerm2