Skip to content

Unable to add Horizon command #6

Description

@danielbehrendt

It seems not to be possible to add Horizon commands like this:

return [
    'commands' => [
        \Laravel\Horizon\Console\PauseCommand::class,
        \Laravel\Horizon\Console\ContinueCommand::class,
    ],
    'auth' => [
        env('CLIENT_ARTISAN_REMOTE_API_KEY') => ['*'],
    ],
    'route_prefix' => 'artisan-remote',
];

Or am I missing something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions