Skip to content

Instantly share code, notes, and snippets.

View Kindari's full-sized avatar

William Cahill-Manley Kindari

  • San Diego, California
View GitHub Profile
<?php
return array(
'provider' => 'Geocoder\Provider\FreeGeoIpProvider',
'adapter' => 'Geocoder\HttpAdapter\CurlHttpAdapter'
);
@Kindari
Kindari / PageController.php
Created November 24, 2012 12:28 — forked from aranw/PageController.php
Caching issue
<?php
class PageController extends Controller {
/**
* Blog Posts
*
* @var array
**/
protected $posts;
@Kindari
Kindari / gist:4070375
Created November 14, 2012 05:05
app/start/artisan.php
<?php
/*
|--------------------------------------------------------------------------
| Register The Artisan Commands
|--------------------------------------------------------------------------
|
| Each available Artisan command must be registered with the console so
| that it is available to be called. We'll register every command so
| the console gets access to each of the command object instances.