From 82ababb4cb8e123c6b2e5e767119390364c867cd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 9 Jul 2012 09:54:56 -0500 Subject: [PATCH] Add note about making view directory writable. --- laravel/documentation/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/laravel/documentation/install.md b/laravel/documentation/install.md index b3312366..941699ee 100644 --- a/laravel/documentation/install.md +++ b/laravel/documentation/install.md @@ -23,7 +23,8 @@ 1. [Download Laravel](http://laravel.com/download) 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. -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!