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.
1 parent 30abc5a commit e4f108aCopy full SHA for e4f108a
src/Console/ProcessCommand.php
@@ -29,7 +29,8 @@ class ProcessCommand extends Command
29
public function handle()
30
{
31
if (LaraPress::configNotPublished()) {
32
- return $this->warn('Please publish the config file by running \'php artisan vendor:publish\'');
+ return $this->warn('Please publish the config file by running' .
33
+ ' \'php artisan vendor:publish --tag=larapress-config\'');
34
}
35
36
try {
0 commit comments