Skip to content

Commit

Permalink
Corrected link and removed anchors, there's no link to them anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
shawncplus committed Nov 19, 2013
1 parent 36880b1 commit fbddbc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions quick.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ This command will download and install a fresh copy of Laravel in a new `your-pr

If you prefer, you can alternatively download a copy of the [Laravel repository from Github](https://github.com/laravel/laravel/archive/master.zip) manually. Next run the `composer install` command in the root of your manually created project directory. This command will download and install the framework's dependencies.

<a name="permissions"></a>
### Permissions

After installing Laravel, you may need to grant the web server write permissions to the `app/storage` directories. See the [Installation](/docs/artisan) documentation for more details on configuration.
After installing Laravel, you may need to grant the web server write permissions to the `app/storage` directories. See the [Installation](/docs/installation) documentation for more details on configuration.

<a name="directories"></a>
### Directory Structure

After installing the framework, take a glance around the project to familiarize yourself with the directory structure. The `app` directory contains folders such as `views`, `controllers`, and `models`. Most of your application's code will reside somewhere in this directory. You may also wish to explore the `app/config` directory and the configuration options that are available to you.
Expand Down

0 comments on commit fbddbc4

Please sign in to comment.