芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/vendor/installer/permissions.blade.php
@extends('vendor.installer.layouts.master') @section('style') @endsection @section('title', trans('installer_messages.permissions.title')) @section('container') @if (isset($permissions['errors']))
Please fix the below error and then click {{ trans('installer_messages.checkPermissionAgain') }}
@endif
@foreach ($permissions['permissions'] as $permission)
{{ $permission['folder'] }}
{{ $permission['permission'] }}
@endforeach
@if (isset($permissions['errors']))
If you have terminal access, run the following command on terminal
chmod -R 775 storage/app/ storage/framework/ storage/logs/ bootstrap/cache/
@endif
@if (!isset($permissions['errors']))
{{ trans('installer_messages.next') }}
@else
{{ trans('installer_messages.checkPermissionAgain') }}
@endif
@stop @section('scripts') @endsection