Add require HTTPS self host setting

This commit is contained in:
Hillel Coren 2016-12-25 22:31:59 +02:00
parent edc3531965
commit 7b4df952f4

View File

@ -4,8 +4,8 @@
</div>
<div class="panel-body form-padding-right">
{!! Former::text('app[url]')->label(trans('texts.url'))->value(isset($_ENV['APP_URL']) ? $_ENV['APP_URL'] : Request::root()) !!}
{!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!}
{!! Former::checkbox('https')->text(trans('texts.require'))->check(env('REQUIRE_HTTPS')) !!}
{!! Former::checkbox('debug')->text(trans('texts.enable'))->check(config('app.debug')) !!}
</div>
</div>