Skip to content

Upgrading version from 3.3 to version 3.5

Version Upgrade


Note: The following upgrade procedure is for vRent applications(which have not been customized), If you already customize the application & want to upgrade to latest version please contact us via ticket.

STEP- 1

To upgrade to the latest version of vRent, begin by logging into your cPanel.

Next, navigate to File Manager > public_html.

Before proceeding further, make sure to back up your public folder.

Now, select all the folders except the .env file, and replace them with the new folders from the upgraded version folder.

Finally, remove the line Infoamin\Installer\LaravelInstallerServiceProvider::class from the config/app.php file.

STEP- 2

From the old application's public/front/images folder:

  • Copy the banners, logos, starting_cities, and testimonial folders.
  • Replace the corresponding folders in the new application's public/front/images folder.

From the old application's public/images folder:

  • Copy the profile and properties folders.
  • Replace the respective folders in the new application's public/images folder.

STEP-3 (Optional)

Note: If you haven't observed changes in your project after updating, it's essential to clear your project's cache. Follow the steps below:

1) Navigate to your project directory.

2) Open your operating system terminal as an Administrator.

3) Execute the following commands, as illustrated in the provided screenshot.

php artisan config:clear

php artisan cache:clear

php artisan view:clear

php artisan auth:clear

php artisan route:clear

composer clear-cache

composer dump-autoload