Added helper file

This commit is contained in:
Barry
2013-03-11 14:16:37 +01:00
parent c003b377de
commit 7c8514ac51
5 changed files with 749 additions and 57 deletions
+4
View File
@@ -25,6 +25,10 @@ You can also publish the config-file to add extra facades (ie. for bundles).
php artisan config:publish barryvdh/laravel-ide-helper
You can choose to include helper files. The Illuminate/Support/helpers.php file is included by default. This can be changed in the config.
'helpers' => array(),
You can just add the Facade and the 'real' class, like the rest of the classes.
'Eloquent' => 'Illuminate\Database\Eloquent\Model',