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.
ApiInstallCommand
1 parent e9ce376 commit d7b5366Copy full SHA for d7b5366
src/Illuminate/Foundation/Console/ApiInstallCommand.php
@@ -110,7 +110,7 @@ protected function uncommentApiRoutesFile()
110
$appBootstrapPath,
111
);
112
} else {
113
- $this->components->warn('Unable to automatically add API route definition to bootstrap file. API route file should be registered manually.');
+ $this->components->warn("Unable to automatically add API route definition to [{$appBootstrapPath}]. API route file should be registered manually.");
114
115
return;
116
}
0 commit comments