AMBERSIVE/laravel-packagemaker

View on GitHub

Showing 2 of 4 total issues

Method handle has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function handle()
    {

        $name = $this->getNameInput();

Severity: Minor
Found in src/Console/Commands/Dev/MakePackage.php - About 1 hr to fix

    Method generateComposerFile has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        protected function generateComposerFile():bool {
    
            $success = false;
            $path = $this->getPath($this->packageName."/composer.json");
            $stub = $this->files->get($this->getStubFilePath("composer"));
    Severity: Minor
    Found in src/Console/Commands/Dev/MakePackage.php - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language