Skip to content

Instantly share code, notes, and snippets.

View louisl's full-sized avatar

Louis Linehan louisl

  • Greynoise Design Limited
  • United Kingdom
View GitHub Profile
@louisl
louisl / MY_Log.php
Created October 25, 2017 23:19
CodeIgniter 3 Log extension
<?php
/**
* CodeIgniter core extension
*
* @package CodeIgniter
* @author Louis Linehan <[email protected]>
* @copyright 2017 Louis Linehan
* @license https://opensource.org/licenses/MIT MIT
* @filesource
*/
@louisl
louisl / README.md
Created October 12, 2017 11:23 — forked from jonathantneal/README.md
Local SSL websites on macOS Sierra

Local SSL websites on macOS Sierra

These instructions will guide you through the process of setting up local, trusted websites on your own computer.

These instructions are intended to be used on macOS Sierra, but they have been known to work in El Capitan, Yosemite, Mavericks, and Mountain Lion.

NOTE: You may substitute the edit command for nano, vim, or whatever the editor of your choice is. Personally, I forward the edit command to Sublime Text:

alias edit="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"