We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c78908 commit 27783bcCopy full SHA for 27783bc
src/Middleware.php
@@ -21,8 +21,6 @@ public function version(Request $request)
21
return md5(config('app.asset_url'));
22
}
23
24
- // Alternatively, when we are running in a regular (non-serverless) environment
25
- // we'll attempt to use the Laravel Mix asset manifest to generate our hash.
26
if (file_exists($manifest = public_path('mix-manifest.json'))) {
27
return md5_file($manifest);
28
0 commit comments