How to Update Version from 1.0.0 to 1.1.0
Update Instructions
==========================================================
1. First of all take a backup of your project folder.
2. Extract the downloaded file from CodeCanyon.
3. There you will get a zipped folder named ‘updates.zip’. Extract the zip file. You will get all the necessary folders to update
4. Replace "your_project_root_directory/app/Http/Controllers/UpdateController.php" folder with "updates/UpdateController.php" folder.
5. Replace "your_project_root_directory/Core/Views/base/layouts/navbar.blade.php" folder with "updates/navbar.blade.php" folder.
6. Replace "your_project_root_directory/Core/routes/core.php" folder with "updates/core.php" folder.
7. Replace "your_project_root_directory/Core/Http/Controllers/DashboardController.php" folder with "updates/DashboardController.php" folder.
4. Now reload the admin/dashboard page
It’s Done!