I hereby claim:
- I am gawainlynch on github.
- I am gawainlynch (https://keybase.io/gawainlynch) on keybase.
- I have a public key ASB6tFBckah4Ij4_6ad5Eg-T3Z9IsGcQmybWrt0y1z15jgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<?php | |
use Silex\Application; | |
use Silex\ControllerProviderInterface; | |
/** | |
* Controller. | |
* | |
* @author Gawain Lynch <gawain.lynch@gmail.com> | |
*/ |
#!/bin/sh | |
# Set the install directory | |
WD=/var/www/sites/example.com | |
# Location of your Composer install binary | |
COMPOSER=~/bin/composer | |
# Location of the MySQL client binary | |
MYSQL=/usr/bin/mysql |
<?php | |
/** | |
* Bolt multi-site bootstrap | |
* | |
* @author Gawain Lynch <gawain.lynch@gmail.com> | |
* | |
* @return \Bolt\Application | |
*/ | |
return call_user_func( |
{ | |
"require": { | |
"bolt/myext": "dev-master" | |
}, | |
"repositories": { | |
"bolt": { | |
"type": "composer", | |
"url": "http://beta.extensions.bolt.cm/satis/" | |
}, | |
"local": { |