We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ae93dc + ec7f69d commit eb68956Copy full SHA for eb68956
src/Console/Commands/PageBackpackCommand.php
@@ -70,7 +70,7 @@ public function handle()
70
71
$this->infoBlock("Creating {$nameTitle} page");
72
73
- $this->progressBlock("Creating view <fg=blue>resources/views/${filePath}.blade.php</>");
+ $this->progressBlock("Creating view <fg=blue>resources/views/{$filePath}.blade.php</>");
74
75
// check if the file already exists
76
if ((! $this->hasOption('force') || ! $this->option('force')) && $this->alreadyExists($filePath)) {
0 commit comments