From f1aa8c62326edb69d78e6efab6c2a13af4474228 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Mon, 11 Mar 2013 21:51:38 +0100 Subject: [PATCH] Update readme --- readme.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1b52011..5ef6773 100644 --- a/readme.md +++ b/readme.md @@ -25,13 +25,14 @@ 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', + 'Basset' => 'Basset\Basset', + +You can choose to include helper files. This is not enabled by default, but you can override this with the --helpers (-H) or --nohelpers (-N) option. +The Illuminate/Support/helpers.php file is already set-up, but you can add your own files in the config file. + +