Version 9.0 to 10.0
To migrate from version 9.0 to version 10.0 you will need to replace all the files. No data from the database will be lost in the process but any changes you made on our previous code will be replaced. If those codes are necessary please keep a backup of it before replacing the files.
To migrate follow the following steps:
Open the control panel
navigate to file manager
open the public_html folder
From the downloaded zip file look for the zip file named 'digital-hr-file-migration-v9. Upload this zip file to the public_html file
Unzip the file and make sure you replace all the files
Once you have successfully replaced the files, go back to your cPanel and
Open terminal
type the following commands
cd public_html <or to the folder where you have installed our script>
Once you are at the above path, run these commands
composer update
php artisan migrate
php artisan db:seed --class=PermissionSeeder
php artisan db:seed --class=FeatureSeeder
php artisan cache:clear
php artisan route:clear
php artisan config:clear
php artisan optimize:clear
php artisan optimize
You're all done. Enjoy all our new features.
Last updated