{{ __('adminstaticword.DatabaseBackup') }}
{{ __('MySQL Dump Path') }}
{{ __('adminstaticword.GenerateBackup') }} :
- {{ __('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.
Download the latest backup
@php $dir1 = storage_path() . '/app/'.config('app.name'); $files = glob("$dir1/*"); @endphp @foreach (array_reverse($files) as $key=> $file) @if($loop->first)Delete all backups