Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Last active January 3, 2016 05:09
Show Gist options
  • Save coreymcmahon/8414132 to your computer and use it in GitHub Desktop.
Save coreymcmahon/8414132 to your computer and use it in GitHub Desktop.
Building Testable Applications using the Repository Pattern - http://www.slashnode.com/the-repository-pattern/
<?php
// etc...
'providers' => array(
'Illuminate\Foundation\Providers\ArtisanServiceProvider',
'Illuminate\Auth\AuthServiceProvider',
// etc...
// add custom service providers below:
'Acme\Storage\Eloquent\StorageServiceProvider',
// etc...
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment