安装检测
@foreach($configData as $config) @endforeach
环境检测 推荐配置 最低要求 当前状态
{{$config['name']}} {{$config['config']}} {{$config['lowest']}}
@if($config['types']) 对 @else 错 @endif {{$config['status']}}
@foreach($files as $file) @endforeach
权限检查 推荐配置 写入 读取
{{$file}} 读写
@if(is_readable(base_path($file))) 对 @else 错 @endif
@if(is_writeable(base_path($file))) 对 @else 错 @endif
{{--
--}} {{-- --}} {{-- 温馨提示:程序运行需配置伪静态,否则安装后会存在无法使用的情况--}} {{--
--}}
@if($passOne && $passTwo) @else 下一步 @endif
@include('install/footer')