diff --git a/src/Scaffold/GeneratorCommand.php b/src/Scaffold/GeneratorCommand.php index d0ef7b0fa..6445e452e 100644 --- a/src/Scaffold/GeneratorCommand.php +++ b/src/Scaffold/GeneratorCommand.php @@ -117,6 +117,8 @@ public function makeStub($stubName) } $this->files->put($destinationFile, $destinationContent); + + $this->comment('File generated: ' . str_replace(base_path(), '', $destinationFile)); } /**