Cookie Consent

To make this website work properly, we sometimes place small data files called ‘cookies’ on your device. All Cookies are first-party cookies and are essential for the Site to run properly

Essential Data

The Essential Data is needed to run the Site you are visiting technically. You can not deactivate them.

  • New update, Prvstorage v0.10.2

    Folder tree for navigating stored file and folders needed improvements. Prvstorage v0.10.2 adds better folder navigation and a clear hint for what folder you opened.


    play_arrowPlay full screen

    Version 0.10.2 of Prvstorage improves folder navigation.

    Prvstorage app is and will remain a mobile first app. This update mostly targets desktop users who will be able to effectively use large displays when navigating folders.

    • Changes from previous version (v0.10.2):
    • Changed folder tree navigation for small and large displays.
    • Folder tree navigation pane is always on for large displays.
    • Folder you selected from navigation pane is now clearly marked and folder tree remains collapsed to that folder.

    To update your Prvstorage app to latest version follow the steps below

    • 1. Open a terminal. Right click on your desktop, and click Open in terminal. If on Ubuntu server just go to the next step.
    • 2. Type the following command and hit ENTER to get to your app root directory.
      $ cd /var/www/your/prvstorage/directory
    • 3. Type the following command and hit ENTER to update to latest version.
      $ git pull origin stable
    • 4. If that didn't work (permissions issue), use the root privileges.
      $ sudo git pull origin stable
    • 5. Type the following command and hit ENTER to update the app database.
      $ php artisan migrate
      There you are: you have updated your app to latest stable version.

    For any issue with the app or suggestions to improve it, please contact me on Email or in the Report issue section of this website.