Skip to content

Commit

Permalink
SVG image transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Le Poidevin committed Jul 11, 2023
1 parent 5338a4c commit 74435cb
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 183 deletions.
4 changes: 2 additions & 2 deletions src/Console/StubViewsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function handle(): void

file_put_contents($path . $filename, $content);

$this->info('Created Block: '. $component['name'] . '.blade.php');
$this->info('Created View: '. $component['name'] . '.blade.php');
}
});

Expand Down Expand Up @@ -162,4 +162,4 @@ protected function writeBlade($field, int|string $name, string $body): string
$body .= "\n";
return $body;
}
}
}

0 comments on commit 74435cb

Please sign in to comment.