@extends('vendor.installer.layouts.master') @section('template_title') {{ trans('installer_messages.environment.wizard.templateTitle') }} @endsection @section('title') {!! trans('installer_messages.environment.wizard.title') !!} @endsection @section('container')
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@php $http = (@$_SERVER["HTTPS"] == "on") ? "https://" : "http://"; $cururl = $http . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // $appurl = str_replace('/public/', '', $cururl); // $appurl = str_replace('/install/', '', $appurl); // $appurl = str_replace('environment/', '', $appurl); // $appurl = str_replace('environment', '', $appurl); // $appurl = str_replace('wizard', '', $appurl); // $appurl = str_replace('index.php', '', $appurl); $appurl=str_replace('/public', '', url('/')); $production='selected'; $local=''; if($_SERVER['HTTP_HOST']=='localhost' OR $_SERVER['HTTP_HOST']=='127.0.0.1'){ $production=''; $local='selected'; } @endphp
@if ($errors->has('app_url')) {{ $errors->first('app_url') }} @endif
@if ($errors->has('app_name')) {{ $errors->first('app_name') }} @endif
@if ($errors->has('app_debug')) {{ $errors->first('app_debug') }} @endif
@if ($errors->has('app_log_level')) {{ $errors->first('app_log_level') }} @endif
@if ($errors->has('database_connection')) {{ $errors->first('database_connection') }} @endif
@if ($errors->has('database_hostname')) {{ $errors->first('database_hostname') }} @endif
@if ($errors->has('database_port')) {{ $errors->first('database_port') }} @endif
@if ($errors->has('database_name')) {{ $errors->first('database_name') }} @endif
@if ($errors->has('database_username')) {{ $errors->first('database_username') }} @endif
@if ($errors->has('database_password')) {{ $errors->first('database_password') }} @endif
If you are not sure about these app settings. You can configure these settings later by editing your .env file.
@if ($errors->has('mail_driver')) {{ $errors->first('mail_driver') }} @endif
@if ($errors->has('mail_host')) {{ $errors->first('mail_host') }} @endif
@if ($errors->has('mail_port')) {{ $errors->first('mail_port') }} @endif
@if ($errors->has('mail_username')) {{ $errors->first('mail_username') }} @endif
@if ($errors->has('mail_password')) {{ $errors->first('mail_password') }} @endif
@if ($errors->has('mail_encryption')) {{ $errors->first('mail_encryption') }} @endif
@if ($errors->has('broadcast_driver')) {{ $errors->first('broadcast_driver') }} @endif
@if ($errors->has('cache_driver')) {{ $errors->first('cache_driver') }} @endif
@if ($errors->has('session_driver')) {{ $errors->first('session_driver') }} @endif
@if ($errors->has('queue_driver')) {{ $errors->first('queue_driver') }} @endif
@if ($errors->has('redis_hostname')) {{ $errors->first('redis_hostname') }} @endif
@if ($errors->has('redis_password')) {{ $errors->first('redis_password') }} @endif
@if ($errors->has('redis_port')) {{ $errors->first('redis_port') }} @endif
@if ($errors->has('pusher_app_id')) {{ $errors->first('pusher_app_id') }} @endif
@if ($errors->has('pusher_app_key')) {{ $errors->first('pusher_app_key') }} @endif
@if ($errors->has('pusher_app_secret')) {{ $errors->first('pusher_app_secret') }} @endif
@if ($errors->has('user_email')) {{ $errors->first('user_email') }} @endif
@if ($errors->has('user_email')) {{ $errors->first('user_email') }} @endif
@if ($errors->has('purchase_code')) {{ $errors->first('purchase_code') }} @endif
@endsection @section('scripts') {{ Html::script('main/js/jquery-3.3.1.min.js') }} @endsection