@extends('install.layout', ['title' => 'Permissions Check', 'currentStep' => 2]) @section('header')
Verifying that the required files and directories are writable.
@endsection @section('content')| File/Directory | Status |
|---|---|
| {{ $path }} |
@if ($status)
Writable
@else
Not writable
@endif
|
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.