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
@manderton
manderton / AppName.php
Created November 22, 2019 13:27 — forked from isluewell/AppName.php
[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;