所以我已经将lumen安装到了heroku上,但是由于根本没有加载index.php
中的/public directory
,因此似乎找不到根目录。
我的procfile包含:
web: vendor/bin/heroku-php-apache2 public/
我的目录
bol_importer
├── app
├── bootstrap
├── database
├── public
│ ├── index.php
│ ├── .htacces
├── resources
├── routes
├── storage
├── tests
├── vendor
├── .editorconfig
├── .env
├── .gitignore
├── artisan
├── composer.json
├── composer.lock
├── phpunit.xml
└── Procfile
这也在heroku仪表板中显示。
其他任何人以前都遇到过这种情况并且可以帮助我吗?