首页 > 解决方案 > 在 Heroku PaaS 上部署的 Laravel 应用程序结构是什么

问题描述

在 Heroku 上部署需要和推荐的 Laravel 文件夹和文件是什么。以下是.gitignore从 Github 克隆的项目的默认设置。我应该忽略什么以及部署什么?

/docker-compose-collection
/bin
/node_modules
/public/hot
/public/storage
/public/css
/public/js
/public/vendor
/public/themes
/public/fonts
/vendor
/.idea
/.vscode
/.vagrant
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
.env
/ignorables/*
yarn.lock
package-lock.json
yarn.lock
.php_cs.cache
storage/
storage/*.key
/docker-compose-collection/
/resources/themes/velocity/*

标签: laravelherokuheroku-cli

解决方案


推荐阅读