本地主页不适用于Laravel 4

时间:2016-10-27 11:00:00

标签: php laravel laravel-4

我现在还没有在Laravel 4环境中工作大约2年。现在,我试图帮助一位朋友,并对网站进行一些修改。在尝试启动和运行网站时,我遇到了一些错误。

这就是我所做的

  • 从资源库中克隆项目
  • 作曲家更新
  • chmod -R 777到public / and vendor /和bootstrap /

  • 现在,我的文件权限看起来像这样

-rw-r--r-- 1 bheng staff 252 Oct 26 19:05 test.php -rwxr-xr-x 1 bheng staff 519 Oct 26 19:05 server.php -rwxr-xr-x 1 bheng staff 1913 Oct 26 19:05 readme.md drwxrwxrwx 17 bheng staff 578 Oct 26 19:05 public -rwxr-xr-x 1 bheng staff 566 Oct 26 19:05 phpunit.xml -rwxr-xr-x 1 bheng staff 2062 Oct 26 19:05 error_log -rwxr-xr-x 1 bheng staff 1027 Oct 26 19:05 composer.json drwxrwxrwx 5 bheng staff 170 Oct 26 19:05 bootstrap -rwxr-xr-x 1 bheng staff 2451 Oct 26 19:05 artisan -rw-r--r-- 1 bheng staff 1507527 Oct 26 19:05 app.zip drwxr-xr-x 15 bheng staff 510 Oct 26 19:05 app -rwxr-xr-x 1 bheng staff 26287 Oct 26 19:05 README -rwxr-xr-x 1 bheng staff 145 Oct 26 19:05 CONTRIBUTING.md -rw-r--r--@ 1 bheng staff 0 Oct 26 19:12 Icon? -rw-r--r-- 1 root staff 105493 Oct 26 19:20 composer.lock drwxr-xr-x 28 bheng staff 952 Oct 26 19:48 vendor

  • 我在Mac OS中使用MAMP。
  • 我已尝试查看我的app.php
  • 我已将正确的网址设为'url' => 'http://localhost:8888',
  • 现在,当我去网站时,我一直在
  

localhost页面无效

enter image description here

更新

我尝试将index.php重命名为index_.php

并将此内容添加到我的index.php

<?php phpinfo(); ?>

现在,我加载了我的php.ini页面。

enter image description here

我如何从这里拿走它?

如何进行调试?

我现在正在接受任何建议。

任何提示/建议/帮助都将非常感谢!

1 个答案:

答案 0 :(得分:0)

您还应该对/app/storage文件夹应用正确的写入权限。这将显示您有错误的位置。