Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Created March 25, 2014 02:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreymcmahon/9754438 to your computer and use it in GitHub Desktop.
Save coreymcmahon/9754438 to your computer and use it in GitHub Desktop.
Registering a custom Response facade - www.slashnode.com
<?php
// ...etc
/* comment out the standard response registration */
//'Response' => 'Illuminate\Support\Facades\Response',
/* add our new one...*/
'Response' => 'Acme\Extensions\Facades\Response',
// etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment