Skip to content

Instantly share code, notes, and snippets.

View manderton's full-sized avatar

Matt Anderton manderton

  • Cardplatforms, LLC
  • Salt Lake City
View GitHub Profile
@isluewell
isluewell / AppName.php
Last active May 11, 2023 12:18
[6.0] Command app:name
<?php
namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Composer;
use Symfony\Component\Finder\Finder;
use Illuminate\Filesystem\Filesystem;
use Symfony\Component\Console\Input\InputArgument;