The Celadon Cedar stack supports it for FB development…is there anything special about using it for non-FB development?
The Celadon Cedar stack supports it for FB development…is there anything special about using
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use PHP on the Cedar stack for non-FB development. The only hard requirement I’ve encountered is that the root of your repository should contain an
index.phpfile so that Heroku will detect the presence of a PHP app during the build process.If the default configuration doesn’t suit your needs, you should check out the heroku-buildpack-php. Also consider adding a
.htaccessorphp.inifile to your repo for more basic configuration tweaks.