Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No commands in sail-ssl namespace #15

Closed
stephenr85 opened this issue Aug 24, 2023 · 1 comment
Closed

No commands in sail-ssl namespace #15

stephenr85 opened this issue Aug 24, 2023 · 1 comment

Comments

@stephenr85
Copy link

In Laravel 10.10, when I try to run the package commands, I get

ERROR  There are no commands defined in the "sail-ssl" namespace.  

At a glance, it looks like you're registering them correctly with the commands() method of your service provider, so I'm not sure what the issue is. I can confirm the service provider is loading and the registerCommands method is being called.

If I add this to my console kernel, they work.

   protected $commands = [
       \Ryoluo\SailSsl\Console\InstallCommand::class,
        \Ryoluo\SailSsl\Console\PublishCommand::class
    ];
@ryoluo
Copy link
Owner

ryoluo commented Aug 25, 2023

Could you check this issue?
#14

@ryoluo ryoluo closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants