Appy

Build native apps

1
2
3
4
5
Requirements
Permissions
Database
Admin
Complete

File Permissions

Verifying that the required files and directories are writable.

File/Directory Status
.env
Writable
bootstrap/cache
Writable
public
Writable
storage
Writable
storage/app
Writable
storage/app/public
Writable
storage/framework
Writable
storage/framework/cache
Writable
storage/framework/cache/data
Not writable
storage/framework/sessions
Writable
storage/framework/views
Writable
storage/logs
Writable
1 permission issue(s)
11/12 passed

How to fix permission issues

Run these commands on your server:

chmod -R 755 storage bootstrap/cache
chown -R www-data:www-data storage bootstrap/cache

Then refresh this page to check again.

Back

© 2026. All Rights Reserved