@extends('admin.layouts.master') @section('title', 'Update Process - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Update Process') }} @endslot @slot('menu1') {{ __('Update Process') }} @endslot @endcomponent
@if ($errors->any()) @endif
@include('admin.message')
{{ __('Update Process') }}
Important Note:
  • Note: Before Update Take Backup of All Files And Database. Make .zip file and download all file, Go To phpmyadmin and select your database and export it.
  • Copy All files and paste to you folder replace file. Only be careful when replace files in public folder, don't copy .env file. Any user customize design and code please do not update.
  • Update to Latest Version
  • Copy All files of folder and paste to you folder and replace files, only be careful when replace files in public folder, don't copy .env file.Any user customize design and code please do not update.
  • After replacing the files successfully
  • login with admin goto yourdomain.com/ota/update. If your domain contain public then goto
  • yourdomain.com/public/ota/update
  • . Read update pre-notes and FAQ properly, then check the agreement box and click on update. After the update completion you will be redirected to yourdomain with a successful update message.
  • Once the process is complete you will see a successful message on your home page.
  • You successfully upgraded to latest version


@endsection @section('script') @endsection