I am trying to deploy a Laravel 4.2 application on RedHat OpenShift. I have successfully transferred the code from GitHub but I am stuck at the database integration.
How do I run the migrations?
- I have created a new
mysql_openshift
database connection with OpenShift credentials and updated the same. - I have a migration file in the migrations folder.
- But on running the
php artisan migrate
i get the following error:
https://i.stack.imgur.com/nQbam.png
Please help!