View MakeBundle.php
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
use Illuminate\Support\Str; | |
class MakeBundle extends Command | |
{ | |
/** |