@if(!$extensionSatisfied)
Please make sure the PHP extensions listed below are installed.
| Extensions |
Status |
@foreach ($requirement->extensions() as $label => $satisfied)
@if(!$satisfied)
|
{{ $label }}
|
|
@endif
@endforeach
@endif
@if(!$permissionSatisfied)
Please make sure you have set the correct permissions for the directories listed below. All these directories/files should be writable.
| Directories |
Status |
@foreach ($requirement->directories() as $label => $satisfied)
@if(!$satisfied)
| {{ $label }} |
|
@endif
@endforeach
@endif
@if($requirement->satisfied())
@if(Session::has('success'))
{{ Session::get('success') }}
@endif
@if($errors->any())
{{ implode('', $errors->all(':success')) }}
@endif
Update process can take upto 30 seconds.
DONOT
close or reload this window.
@else
Fix the above issues and reload the page to update Chef to {{ $updateVersion }}
@endif
Migrating new tables...
Populating new settings...
Setting API routes...
Clearing junk files...
@endsection