Hello,
I am using Bedrock with Sage and Acorn 5.0.5. PHP version is 8.3 and WordPress is 6.8.3
I am using a Laravel package log-viewer. When I publish it’s assets using wp acorn vendor:publish --tag=log-viewer-assets --force and. the log-viewer, then it says that asset files are not found.
I discovered that the command stores files in public/vendor/log-viewer folder, but it looks for them in the actual log-viewer page in public/build/vendor/log-viewer folder.
In my log-viewer config file, my assets path is vendor/log-viewer. When I try to add build/, then it starts looking for them in public/build/build/vendor/log-viewer folder.
I am posting this one in here, since my Laravel framework apps do not have this issue. They work fine without any issues and I am using the very same package, log-viewer.
Any ideas what may be causing this issue?