芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panoramawholesale.com/resources/views/setup/step1.blade.php
@extends('setup.main') @section('content')
Server Requirements
Settings
Database
Summary
@csrf
Name your Application
Select Environment
@if($data['APP_ENV'] == 'local')
Local
Testing
Production
@elseif($data['APP_ENV'] == 'testing')
Testing
Local
Production
@else
Production
Testing
Local
@endif
App Debug Mode
@if($data['APP_DEBUG'] == 'true')
true
false
@else
false
true
@endif
App Key
Generate Key
Previous Step
Next Step
@endsection