for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: arthur
* Date: 09.03.19
* Time: 17:15.
*/
namespace Foundation\Generator\Abstracts;
use Foundation\Core\Larapi;
use Foundation\Core\Module;
use Foundation\Generator\Events\CommandGeneratedEvent;
use Illuminate\Contracts\Filesystem\FileExistsException;
use Illuminate\Support\Str;
use Nwidart\Modules\Commands\GeneratorCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputOption;
abstract class FileGeneratorCommand extends AbstractGeneratorCommand
{
* Get the console command arguments.
*
* @return array
protected function setArguments(): array
return [];
}
* Get the console command options.
protected function setOptions() :array