@extends('boilerplate::installer.base') @section('title') Permissions @endsection @section('content') @php $server_requirement_satisfy = true; @endphp

Directory Permission

Ensure that the following directories on your server have the correct permissions for our application.

Correct directory permissions are crucial for the application to function properly. Improper permissions may lead to issues with file storage, uploads, and caching.

@error('server_error') @enderror

For cloud setup please make sure the directory have the proper ownership

@csrf @endsection