Update your Eventic installation
The update process is straight forward and can be done is three steps:
Upload the new main file downloaded from CodeCanyon
Check the new .env file for any new parameters by comparing it to the old .env. If there is any, please copy and paste them in the old .env
Copy and replace the .env file (which can be found in the root folder) from your old Eventic installation into the new uploaded installation
Copy and replace any .htaccess file (only if it exists, which can be found in the root folder) from your old Eventic installation into the new uploaded installation
Copy the /public/uploads directory from your old Eventic installation into the new uploaded installation
Execute any sql file your find in the /updates folder at the root of your main file
That's it!
Updating the Eventic platform requires the caches to be cleared. You can do it by clicking on the Clear the production cache button in the Execute Symfony Commands in your administrator dashboard, or by removing the cache folder located in /var/cache
You can view the change log in the following page:
Last updated
Was this helpful?