Skip to content

Instantly share code, notes, and snippets.

View asimshazad's full-sized avatar

Asim Shahzad asimshazad

View GitHub Profile
@asimshazad
asimshazad / BackupController.php
Created January 7, 2019 10:34
Laravel + Spatie Backup controller & views to see and manage DB backup files in the browser
<?php
namespace App\Http\Controllers;
use Alert;
use App\Http\Requests;
use Artisan;
use Log;
use Storage;