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

[7.x] Fix: Lazyload PackageManifest #32391

Merged
merged 2 commits into from
Apr 15, 2020
Merged

[7.x] Fix: Lazyload PackageManifest #32391

merged 2 commits into from
Apr 15, 2020

Conversation

fitimvata
Copy link
Contributor

Im making this pull request to fix bug with PackageManifest class binding to early.
When i deploy my app in google app engine composer script post-autoload-dump failed because PackageManifest::$manifestPath is referencing wrong path.

Expected: /tmp/packages.php
Actual: path/to/app/bootstrap/cache/packages.php

@fitimvata fitimvata changed the title Fix: Lazyload PackageManifest [7.x] Fix: Lazyload PackageManifest Apr 15, 2020
@taylorotwell taylorotwell merged commit 4887ed1 into laravel:7.x Apr 15, 2020
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.

2 participants