mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 18:13:11 +00:00
Added helper file
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user