Note: If you are installing the script for the first time you don't need to apply this update.
Important: We are not going to update your application, ever time a new update is released. You have to update it yourself own. So keep the backup copy always.
Note: You can take reference from the main.zip
Updating config/app.php
Open config/app.php
Add to 'providers' array at line no 113
'Thapp\JitImage\JitImageServiceProvider'
Search and remove at line no 179 and 180
'Image' => 'Gregwar\Image\Image',
'ImageMagic' => 'abhimanyusharma003\Image\Image',
Add at line no 183.
'JitImage' => 'Thapp\JitImage\Facades\JitImage'
Adding new folder to config/packages
Add new folder thapp
to app/config/packages
from Files to replace folder
Updating library/functions.php
Replace library/functions.php
from Files to replace folder
Updating Vendor Directory
Delete vendor folder and replace it with the new one from files to replace folder
Delete older cache folder
Delete older public/cache
folder as it is no longer of use.
Visit your site and refresh 5-6 times ( Important )
Read more about GD, Imagick, ImageMagick at Read Me Folder