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

Ensure manifest.json stays in the code deployment artifact for Laravel Livewire #70

Merged
merged 1 commit into from
Sep 14, 2020

Conversation

simensen
Copy link
Contributor

This pull request aims to support Laravel Liveware separate from Laravel Mix.

It is not clear to me if this is correct, though. Does Laravel Livewire need to access public/manifest.json from the client, or only from the code? If it needs to be accessed from both, I don't know if it is possible to easily support public/manifest.json in both the asset artifact and the code deployment artifact at this time.

See #68, #67, #35 for reference.

@m1guelpf
Copy link

This would also make life a lot easier for people working with PWAs

@harrygulliford
Copy link
Contributor

harrygulliford commented Sep 14, 2020

The manifest.json file is processed server-side to determine the published versioned asset file name of Livewire's Javascript portion. That is why this file needs to be included with the files that are uploaded to lambda.

This PR will fix Livewire on Vapor. Thanks @simensen!

@taylorotwell taylorotwell merged commit 445fefc into laravel:master Sep 14, 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.

4 participants