代码之家  ›  专栏  ›  技术社区  ›  hashik

连接LARAVEL数据库的最佳方式是什么

  •  0
  • hashik  · 技术社区  · 7 年前

    非常感谢。 this is the screen short of accessing .env file through URL

    1 回复  |  直到 7 年前
        1
  •  2
  •   Sankar Smith    7 年前

    <Files .env>
    order allow,deny
    Deny from all
    </Files>
    

    这将阻止从url访问.env文件。将其放入根htaccess文件中。