@extends('admin.settings.setting-layout') @section('title') {{ __('upgrade_guide') }} @endsection @section('website-settings')

{{ __('upgrade_guide') }} (Current version {{ env('APP_VERSION') }})

  • Applicaion current version {{ env('APP_VERSION') }} Check here to see latest version
  • Get the most recent product zip file by visiting this page Check Here
  • Extract downloaded zip file and find app.zip file
  • Put that app.zip file in the server's application root directory.
  • Extract app.zip (it will replace the most recent update in your application).
  • Finally click the below "Upgrade Now" button
@endsection