@extends('admin.layouts.master')
@section('title','Backup Manager | ')
@section('body')
-
{{ __('It will generate only database backup of your site.') }}
-
{{ __('Download URL is valid only for 1 (minute).') }}
-
Make sure mysql dump is enabled on your server for database backup and before run
this or
run only database backup command make sure you save the mysql dump path in
config/database.php.
{!! $html !!}
Download the latest backup
@php
$dir17 = storage_path() . '/app/'.config('app.name');
@endphp
@endsection