Open rickmacgillis opened 6 years ago
Is this issue being worked on, or is there some kind of limitation that makes it infeasible/impossible to do?
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.
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.