@extends('installation.layout') @section('content')

Checking file permissions

1. current step: 2. 3. 4. 5. 6. 7.
We ran diagnosis on your server. Review the items that have a red mark on it.
If everything is green, you are good to go to the next step.
    @php $phpVersion = number_format((float)phpversion(), 2, '.', ''); @endphp
  • Php version 8.0 +
  • Curl Enabled
  • .env File Permission
  • RouteServiceProvider.php File Permission
  • Previous
  • @if ($permission['curl_enabled'] == 1 && $permission['db_file_write_perm'] == 1 && $permission['routes_file_write_perm'] == 1 && $phpVersion >= 8.0) @if ($_SERVER['SERVER_NAME'] == 'localhost' || $_SERVER['SERVER_NAME'] == '127.0.0.1')
  • @else
  • @endif @endif
@endsection