PHP Artisan Custom Command
问题 I need a custom command in my php artisan. I have created the command file via artisan shell. But when I execute it via php artisan it throws it as undefined. It is also confusing for me how to add arguments to my command. Here is my whole command file: <?php use Illuminate\Console\Command; use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputArgument; class createLibrarySet extends Command { /** * The console command name. * * @var string */ protected