php - How to host an yii project in Heroku cloud platform? -


can 1 explain how host yii project in heroku.

i have tried , pushed yii project heroku.

but not loading , shows server error.

you'll want app setup can see debugging errors (yii_debug in index.php file). you're running permissions errors on runtime folder.

see more details: heroku + yii "application runtime path not valid"


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -