Skip to content

Commit

Permalink
Working on documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 21, 2015
1 parent 24e3bfb commit 182c9e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ The `Exceptions` directory contains your application's exception handler, and is
<a name="namespacing-your-application"></a>
## Namespacing Your Application

As discussed above, the default application namespace is `App`; however, you should change this namespace to match the name of your application, which is easily done via the `app:name` Artisan command. For example, if your application is named "SocialNet", you should run the following command:
As discussed above, the default application namespace is `App`; however, you may change this namespace to match the name of your application, which is easily done via the `app:name` Artisan command. For example, if your application is named "SocialNet", you would run the following command:

php artisan app:name SocialNet

0 comments on commit 182c9e1

Please sign in to comment.