Add require HTTPS self host setting
This commit is contained in:
parent
edc3531965
commit
7b4df952f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue