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 October 15, 2024 19:08
[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;