Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bruno-rodrigues's full-sized avatar
👽
In code we trust

Bruno Rodrigues bruno-rodrigues

👽
In code we trust
  • Sydney, Australia
View GitHub Profile
@reinink
reinink / bootstrap.php
Created February 20, 2014 12:16
Using illuminate/container outside of Laravel
<?php
// Vendor includes
include $config->base_path . '/libraries/Vendor/autoload.php';
// Include configuration file
$config = include('../config.php');
// Create IoC container
$ioc = new \Illuminate\Container\Container;