Comment on page
Upgrade Guide
Upgrading Directory Lister is quick and painless whether you're upgrading an existing
3.X
installation or upgrading from Directory Lister 2.X
.- 1.
- 2.Extract the zip/tar archive
- 3.Copy the extracted files/folders to your existing installation location overwriting any files if prompted
- 4.Clear the cache by deleting all files in the
app/cache
directoryrm -rf app/cache/*
Please note, Directory Lister 3 requires PHP >= 7.4
- 1.
- 2.Extract the zip/tar archive
- 3.Remove
index.php
and theresources
folder from your existing installationrm -rf index.php resources - 4.Copy the extracted files/folders to your existing installation location overwriting any files if prompted
Last modified 9mo ago