From 9d3ed63dd87f15d2d2eb6060ca40ae0aa9261f2d Mon Sep 17 00:00:00 2001 From: axeloz Date: Wed, 19 Jul 2017 17:41:55 +0200 Subject: [PATCH] Update readme.md --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 48586ff..50da61e 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,10 @@ Basically, nothing more than Laravel itself: - Mbstring PHP Extension - Tokenizer PHP Extension - XML PHP Extension -- JSON PHP Extension + +Plus: +- JSON PHP Extension (included in PHP 5.2+) +- ZipArchive PHP Extension (included in PHP 5.3+) The application also uses: - http://www.dropzonejs.com/ @@ -49,6 +52,7 @@ The application also uses: - configuration your webserver to point your domain name to the public/ folder - run a `composer install` - run a `npm install --production` +- make sure that the PHP process has write permission on the ./storage folder - start the Laravel scheduler (it will delete expired bundles of the storage). For example `* * * * * php /path-to-your-project/artisan schedule:run >> /dev/null 2>&1` Use your browser to navigate to your domain name (example: files.yourdomain.com) and **that's it**.