argument('channel'); if (blank($channel)) { $this->showHelp(); return; } ray($channel); } private function showHelp() { style('coolify')->color('#9333EA'); style('title-box')->apply('mt-1 px-2 py-1 bg-coolify'); render( <<<'HTML'
Demo Notify => Send a demo notification to a given channel.
php artisan app:demo-notify {channel}