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

[11.x] Fixes installation of passport #50488

Merged
merged 1 commit into from
Mar 12, 2024
Merged

[11.x] Fixes installation of passport #50488

merged 1 commit into from
Mar 12, 2024

Conversation

nunomaduro
Copy link
Member

@nunomaduro nunomaduro commented Mar 12, 2024

This pull request fixes the install:api --passport Artisan command.

This pull request fixes the installation of passport, as the $this->call can't be called on commands that are not yet be loaded by Laravel. On that case, the $this->call('passport:install') would only work if passport was already installed on Vendor.

@driesvints driesvints merged commit 8f14a26 into 11.x Mar 12, 2024
31 checks passed
@driesvints driesvints deleted the fix/passport-install branch March 12, 2024 19:20
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

Successfully merging this pull request may close these issues.

None yet

2 participants