artisan-tool icon indicating copy to clipboard operation
artisan-tool copied to clipboard

Missing package commands

Open rickmacgillis opened this issue 6 years ago • 2 comments

Package commands don't show up on the interface. Try installing Laravel Passport and you'll see that passport:client and the like don't show up.

rickmacgillis avatar Sep 17 '18 02:09 rickmacgillis

Is this issue being worked on, or is there some kind of limitation that makes it infeasible/impossible to do?

rickmacgillis avatar Oct 03 '18 01:10 rickmacgillis

Add:

        $this->commands([
            ClientCommand::class,
        ]);

to the boot method in app/Providers/AppServiceProvider.php...

but this leads up to the next issue - the tool doesnt like URLs being sent through.

hopefully we can get that patched next.

pete001 avatar Nov 04 '19 15:11 pete001