make:channel

Create a new channel class

Options

  • force - Create the class even if the channel already exists Optional

Arguments

  • name - The name of the channel Required
php artisan make:channel [-f|--force] [--] <name>