I have recently deployed my Laravel 5.5 app on heroku. Everything works fine, except for the maintenance mode. The command php artisan down
doesn't seem to work on heroku which works fine on my local machine. Any ideas?
1
votes
3 Answers
1
votes
1
votes
Make sure your storage folder have sufficient permission so try following steps:
- Download Heroku CLI from https://devcenter.heroku.com/articles/heroku-cli
- Login to heroku with heroku login command
- Try
heroku run php artisan down --app appname
You can directly make maintenance on mode on heroku that is visiting https://dashboard.heroku.com/apps/appname/settings