dimanche 20 août 2017

Laravel collectivehtml secure route or url

in my view page I have this route:

{!! Form::open(['url' => 'forumcomment/' . $forum->slug, 'files'=>false, 'id' => 'qw-commentform' ,'class' => 'qt-clearfix'])   !!}

        <hr class="qt-spacer-s"><div class="input-field">
        {!! Form::textarea('comment', null, ['class'=>'materialize-textarea', 'id'=>'my-editor', 'required'=>'required','aria-required'=>true]) !!}
        <label for="comment" class="">Comment*</label></div>
        <hr class="qt-spacer-s">
      {!! Form::submit('Post Comment', array( 'class'=>'qt-btn qt-btn-primary qt-btn-xl' )) !!}
    {!! Form::close() !!}

getting mixed content error How can I get a secure route?



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2ih1tEr
via IFTTT

Aucun commentaire:

Enregistrer un commentaire