Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否有人可以解释为什么 laravel 应用程序的 index.php 文件存在于公共目录中。如果我将其移动到根目录有什么风险?
laravel 公用文件夹中的文件和文件夹旨在可通过网络访问。为了安全起见,laravel 框架中的所有其他文件和文件夹都不应该是 Web 可访问的。
将 index.php 移动到 laravel 根目录会破坏框架并违背最佳实践。
按照这些说明确保您的服务器配置指向 DocumentRoot 的公共目录