Commit 82ababb4 by Taylor Otwell

Add note about making view directory writable.

parent 6e9efb46
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
1. [Download Laravel](http://laravel.com/download) 1. [Download Laravel](http://laravel.com/download)
2. Extract the Laravel archive and upload the contents to your web server. 2. Extract the Laravel archive and upload the contents to your web server.
3. Set the value of the **key** option in the **config/application.php** file to a random, 32 character string. 3. Set the value of the **key** option in the **config/application.php** file to a random, 32 character string.
4. Navigate to your application in a web browser. 4. Verify that the `storage/views` directory is writable.
5. Navigate to your application in a web browser.
If all is well, you should see a pretty Laravel splash page. Get ready, there is lots more to learn! If all is well, you should see a pretty Laravel splash page. Get ready, there is lots more to learn!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment