How to use php artisan migrate command of Laravel4 in Heroku?

前端 未结 6 1549
渐次进展
渐次进展 2021-02-19 05:22

I am suing Heroku dev plan for creating database using PostgreSQL. Database is created in Heroku. After running heroku pg:info command

$ heroku          


        
6条回答
  •  难免孤独
    2021-02-19 05:32

    This line will give you access to all laravel artisan commands:

    heroku run php artisan
    

提交回复
热议问题