Serving site.webmanifest on Laravel Vapor
This blog post was originally published a little while ago. Please consider that it may no longer be relevant or even accurate.
For whatever reason Laravel Vapor explictly does not publish your site.webmanifest
file, and it won't be ~~fixed~~ changed until the next major version. To get around this in the meantime you can add a route that simply serves the file from the public path (and optionally use the cache middleware).