I believe that I\'ve successfully deployed my (very basic) site to fortrabbit, but as soon as I connect to SSH to run some commands (such as php artisan migrate
php artisan migrate
All these answers seem like heavy lifting...
I just created a .env file; edited my bootstrap/app.php file, and uncommented the following line...
.env
bootstrap/app.php
Dotenv::load(__DIR__.'/../');
Hope this helps someone