Skip to content

Commit

Permalink
Merge pull request laravel#1501 from alexhackney/patch-2
Browse files Browse the repository at this point in the history
Fixing a link typo
  • Loading branch information
taylorotwell committed Jun 2, 2015
2 parents 61de134 + 8c3264a commit 3fbddf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ To set configuration values at runtime, pass an array to the `config` helper:

config(['app.timezone' => 'America/Chicago']);

<a name="naming-your-installation"></a>
<a name="naming-your-application"></a>
### Naming Your Application

After installing Laravel, you may wish to "name" your application. By default, the `app` directory is namespaced under `App`, and autoloaded by Composer using the [PSR-4 autoloading standard](http:https://www.php-fig.org/psr/psr-4/). However, you may change the namespace to match the name of your application, which you can easily do via the `app:name` Artisan command.
Expand Down

0 comments on commit 3fbddf1

Please sign in to comment.