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
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);
}
}
}