Files
opensem/config/health/resources/DirectoryPermissions.yml
2024-02-22 19:33:56 +01:00

13 lines
323 B
YAML

name: Directory Permissions
abbreviation: dirperm
checker: PragmaRX\Health\Checkers\Writable
notify: true
column_size: 3
error_message: "%s is not writable"
targets:
- default:
paths:
- "{{ storage_path() }}"
- "{{ storage_path('logs/laravel.log') }}"
- "{{ base_path('bootstrap/cache') }}"