如何在Laravel中创建SEO友好的URL

时间:2015-07-24 05:13:08

标签: php laravel ubuntu phpstorm

我刚开始在Laravel工作时非常兴奋,在使用Plain PHP工作了近一年后,我终于开始使用框架了。

朋友们,请你帮我解决一些疑惑,

  • 我使用的是Ubuntu作为操作系统。
  • 我使用PhpStorm作为IDE。
  • 我下载了Laravel Framework并将其集成到PhpStorm中。
  • 我成功将Localhosted laravel欢迎页面设为localhost / public / index.php

到目前为止已经做了这么多..但还有一些东西,url应该是友好的(localhost / index或localhost / welcome),但我必须完全键入它们(localhost / public / index.php)。

有什么问题?我缺少什么。

1 个答案:

答案 0 :(得分:2)

您不必使用/public/index.php

您应该设置您的网络服务器(apache / nginx)以将您的/ public文件夹用作Web根目录。如果您正在使用Apache,典型的Laravel安装将负责其余部分。

参见"漂亮网址"文档部分:http://laravel.com/docs/5.1/installation