Laravel sudo php artisan key:generate app/Providers/AppServiceProvider.php boot() { if ($this->app->environment('production')) { \URL::forceScheme('https'); } } Digital Ocean -> App Platform Github Select Repository Add Resource -> Database Environment Variables DATABASE_URL ${db.DATABASE_URL} DB_CONNECTION pgsql APP_NAME Laravel APP_KEY APP_DEBUG true Done Console php artisan migrate