@extends ('core.layouts.app') @section ('title', trans('update.web_updater')) @section('content')

{{ trans('update.web_updater') }}

{{trans('update.application_update')}}


{{trans('update.current_version')}} {{$version['version']}} / Build: {{$version['build']}}

{{trans('update.updater_info')}}



Application Backup

Database Backup


Database Backup will be stored in your_project/storage directory, you should keep backup of entire your_project/storage folder to save images and uploaded file.


Application Optimizations

Optimize the application performance


You can optimize the app speed (if server has proper support), in some shared hosting accounts, it may crash the application, data will be safe but you may need to install the application.


Advanced Optimizations

Advanced Developer Settings


  Advanced Settings
@endsection @section('after-scripts') {{ Html::script('focus/js/loading-bar.js') }} @endsection