You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package attempts to write and load from base_path('hooks/hooks.json'), regardless of available disks in config/filesystems.php. This breaks on frozen filesystems such as AWS Lambda and Google App Engine.
Steps To Reproduce:
Attempt to use the package without write permissions to the local FS. Changing disk configurations in laravel settings is not respected and has no effect.
The text was updated successfully, but these errors were encountered:
Description:
The package attempts to write and load from
base_path('hooks/hooks.json')
, regardless of available disks inconfig/filesystems.php
. This breaks on frozen filesystems such as AWS Lambda and Google App Engine.Steps To Reproduce:
Attempt to use the package without write permissions to the local FS. Changing disk configurations in laravel settings is not respected and has no effect.
The text was updated successfully, but these errors were encountered: