Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

izzy786's avatar

Laravel website is having file downloading issue in Chrome

Hello,

I'm having the issue file downloading from the website

It seems from the coding the link is in http not https I guess that is the issue due to chrome security update blocking the content from downloading. I'm new to Laravel. Need a suggestion in solving this issue.

Do I need to change it from the configuration file?

library_books EIA / EMP

  • 0 likes
    7 replies
    Sinnbeck's avatar

    Show the code you have for the download

    izzy786's avatar
      </p>
                                       <ul class="child-items">
                                              <li>
                                                      <p><a href="http://files.epa.gov.mv/file/2501" target="_blank">EIA Screening Form</a></p>
                                                                            </li>
                                              <li>
                                                      <p><a href="http://files.epa.gov.mv/file/2502" target="_blank">EIA Application Form</a></p>
                                                                            </li>
                                              <li>
                                                      <p><a href="http://files.epa.gov.mv/file/2503" target="_blank">EIA Report Submission Form</a></p>
                                                                            </li>
                                              <li>
                                                      <p><a href="http://files.epa.gov.mv/file/2504" target="_blank">EIA Addendum Application Form</a></p>
                                                                            </li>
                                          </ul>
                  </li>
    
    izzy786's avatar

    Yes. But how do I do that. Directly from the page?

    Sinnbeck's avatar

    @izzy786 I assume this is your code? So just change the source code and upload it to the production server

    MohamedTammam's avatar

    If it isn't not hard coded, update your APP_URL env variable and clear the cache.

    Please or to participate in this conversation.