Add IDE helper for all functions

This commit is contained in:
Dane Everitt 2017-03-15 19:47:44 -04:00
parent 50558db7c3
commit 4730309589
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 182 additions and 4 deletions

View file

@ -49,6 +49,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
if ($this->app->environment() !== 'production') {
$this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
}
}
}