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 3679962 commit 53a1bedCopy full SHA for 53a1bed
resources/views/index.blade.php
@@ -1,7 +1,7 @@
1
@php
2
function vite_vendor($asset, $vendor)
3
{
4
- $path = public_path('vendor/socialblue/laravel-query-adviser/build/manifest.json');
+ $path = public_path($vendor . '/build/manifest.json');
5
if (!file_exists($path)) {
6
return $vendor . '/build/' . $asset;
7
}
0 commit comments