Support the ongoing development of Laravel.io →
Configuration

I am creating a small website for our internal use in the company, is there any way to disable https? When I create a link list his or any other way. {{ URL::to('diag', $subcategory->id, true) }}

It always brings me to a https page. Since this is internal use we dont need https and the browsers always flag the page.

Thank you

Last updated 2 years ago.
0

{{ URL::to('diag', $subcategory->id) }} or {{ URL::to('diag', $subcategory->id, 'false) }}

The third parameter is a boolean for secure.

0

you are the best. thank you so much.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

virgiltu virgiltu Joined 29 Nov 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.