Skip to content

Commit 7be511a

Browse files
committed
Add the about command
1 parent f9af784 commit 7be511a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stubs/SoloServiceProvider.stub

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class SoloServiceProvider extends SoloApplicationServiceProvider
2020
EnhancedTailCommand::make('Logs', 'tail -f -n 100 ' . storage_path('logs/laravel.log')),
2121
'Vite' => 'npm run dev',
2222
// 'HTTP' => 'php artisan serve',
23+
'About' => 'php artisan solo:about'
2324
])
2425
// Not auto-started
2526
->addLazyCommands([

0 commit comments

Comments
 (0)