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 29f5d16 commit e49fc18Copy full SHA for e49fc18
src/Commands/InstallCommand.php
@@ -74,6 +74,10 @@ public function handle(): int
74
copy(__DIR__ . '/../../resources/middleware/HandleInertiaRequests.php', base_path('app/Http/Middleware/HandleInertiaRequests.php'));
75
copy(__DIR__ . '/../../routes/web.php', base_path('routes/web.php'));
76
77
+ $this->info('Your application is ready!');
78
+ $this->info('Please run the following command');
79
+ $this->info('npm i && npm run dev');
80
+
81
return self::SUCCESS;
82
}
83
0 commit comments