From fc887b44316fa805e92680691b53e7918465cef0 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 31 Jul 2013 10:35:22 +0200 Subject: [PATCH] Clarify readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8eb3f46..aea6725 100644 --- a/readme.md +++ b/readme.md @@ -81,7 +81,7 @@ You can also scan a different directory, using the --dir option (relative from t php artisan ide-helper:models --dir="app/workbench/name/package/models" -Note: With namespaces, uses `\\` instead of `\`: `php artisan ide-helper:models API\\User` +Note: With namespaces, wrap your model name in " signs: `php artisan ide-helper:models "API\User"`, or escape the slashes (`Api\\User`) ### License