Upgrading version from 3.1 to version 3.3
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
, andtestimonial
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
andproperties
folders. - Replace the respective folders in the new application's
public/images
folder.
STEP- 3
To update your database, follow these steps:
1) Download the SQL file provided in the attached 'update-sql'
file.
2) Log in to phpMyAdmin from your web browser and select the database associated with your project.
3) After downloading the SQL file, open it with a text editor such as Notepad++, Sublime Text, etc. Copy the contents of the SQL file.
4) Paste the copied SQL file text into the SQL tab in phpMyAdmin, as shown in the following screenshot.
5) Click on the 'Go'
button to execute the SQL queries and continue with the database update process.
Sql file : update-sql
STEP-4
Add the line below at the end of your existing '.env'
File:
APP_INSTALL=true
STEP-5
Now try to login into your admin dashboard. If you see an message line this:
Then click on the Verify purchase code
link. After that, you will be redirected to this page:
Please insert your Envato username
and Product purchase code
and click on Verify purchase code
button. If the data you inserted are valid then you will be redirected to the home page after a successful verification.
STEP-6 (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