Closed marcin-jozwikowski closed 7 months ago
@mmachatschek how does this one compare to your own PR? https://github.com/laravel/horizon/pull/1427
@driesvints this should be fixed with #1427 as I use the public path now $nonExistentFileName = public_path('/vendor/horizon/nonExistentFile');
Closing this one in favour of @mmachatschek's solution.
If the PHPs
open_basedir
value is configured, any check for a file outside of given scope causesis_file(): open_basedir restriction in effect. File(/vendor/horizon/nonExistentFile) is not within the allowed path(s):
error, which prevents the UI from loading.