Skip to content

Commit

Permalink
Fixing a link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhackney committed Jun 1, 2015
1 parent 38c53e2 commit 8c3264a
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](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 8c3264a

Please sign in to comment.