Skip to content

Instantly share code, notes, and snippets.

View samoldenburg's full-sized avatar

Sam Oldenburg samoldenburg

View GitHub Profile
@samoldenburg
samoldenburg / dates.php
Created January 25, 2019 16:53
Output list of dates to a text file between start and end excluding weekends
<?php
namespace App\Console\Commands;
use App\Extensions\Command;
use Illuminate\Support\Carbon;
class TestCommand extends Command
{
/**