Code Monkey home page Code Monkey logo

Comments (3)

lightszentip avatar lightszentip commented on June 26, 2024

Hallo Rene,

hast du die folgende Installationsanleitung ausgeführt:

Installation over Release Zip

    Download https://github.com/lightszentip/giftlist/releases/tag/1.0.4 giftlist-main.zip
    unzip in your nginx/apache folder
    set www root to public/
        nginx: https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-laravel-with-nginx-on-ubuntu-20-04#step-5-setting-up-nginx
        apache: https://www.hostinger.com/tutorials/how-to-install-laravel-on-ubuntu-18-04-with-apache-and-php/#Using_Laravel_to_Deploy_an_Application
    create .env file in the root dir and set the settings

php artisan key:generate
php artisan migrate
php artisan db:seed

Folgende zwei Möglichkeiten gibt es damit du die Fehlermeldung bekommst, welche hinter dem 500 steht - sofern dein Webserver richtig konfiguriert ist:
a.) In der index.php den PHP Error setzen: https://www.php.net/manual/en/function.error-reporting.php
b.) In Laravel in der .env Datei den Wert APP_DEBUG=true auf true setzen

Gruß
Tobi

from giftlist.

rencarol avatar rencarol commented on June 26, 2024

Hi Tobi,
vielen Dank für die Rückmeldung. Ich habe die Anleitung etwas falsch verstanden, aber nun alle Schritte durchgeführt.
Aktuell sehe ich schon was im Frontend, es wird der Wizard allerdings nicht aufgerufen. Ich bekomme eine Seite mit einem roten Label "Local Test" in der Ecke.
Hast Du da auch noch einen Tipp?
Gruß
René

from giftlist.

lightszentip avatar lightszentip commented on June 26, 2024

Hallo René,

das mit dem Wizard war in der alten Version. Das Local Test kommt von deiner .env Einstellung. Wenn du in dieser Datei für APP_ENV den Wert "prd" einträgst, verschwindet das Local Test.

Gruß
Tobi

from giftlist.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.