Wie man Laravel (mit MySQL) für Railway.app bereitstelltPhp

PHP-Programmierer chatten hier
Guest
 Wie man Laravel (mit MySQL) für Railway.app bereitstellt

Post by Guest »

  • deploy laravel in railway.app (unter Verwendung der Datenbank mysql) Fehler

    Ich verwende das Github-Repository https://github.com/TanhGL/tanhpn_blog-railway.app
  • Variable Konfiguration

    Code: Select all

    APP_NAME=Laravel
    APP_ENV=production
    APP_KEY=base64:cXdsNTZkbWduMjNyOHhiZmJyNzltc2JtaXUwejFud3Q=
    APP_DEBUG=true APP_URL=http://localhost
    DB_CONNECTION=mysql
    DB_HOST=containers-us-west-129.railway.app
    DB_PORT=6776 DB_DATABASE=railway
    DB_USERNAME=root
    DB_PASSWORD=******
    NIXPACKS_BUILD_CMD=composer install && php artisan key:generate && php artisan migrate && php artisan db:seed  && php artisan storage:link && php artisan passport:keys && php artisan optimize && php artisan config:clear && php artisan cache:clear && php artisan migrate --force && npm install bower && ./node_modules/bower/bin/bower install && npm run prod
    
  • Ich habe viele Möglichkeiten ausprobiert, aber alle railway.app-Fehlerfehlerbilder hier

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post