Skip to content

Instantly share code, notes, and snippets.

View wanderson-r-marques's full-sized avatar

Wanderson Rodrigues Marques wanderson-r-marques

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;