Skip to content

Instantly share code, notes, and snippets.

View phillipsharring's full-sized avatar
🏫
Improving EdTech 🧑🏼‍🎓

Phil Harrington phillipsharring

🏫
Improving EdTech 🧑🏼‍🎓
View GitHub Profile
@phillipsharring
phillipsharring / Kernel.php
Last active October 9, 2023 13:11 — forked from kkiernan/MySqlDump.php
Laravel Artisan command to perform MySQL Dump using database connection information in the .env file. Posted 2016 Jan. Unsupported. Forked from https://gist.github.com/kkiernan/bdd0954d0149b89c372a
<?php
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
/**