Laravel server starten

  • Hallo habe ein Laravel script gestartet.

    Putty Console sagt:

    Code
    Laravel development server started: <http://127.0.0.1:8000>

    Ich gehe auf die seite also mit ip:8000 doch nix passiert die seite ist nicht erreichbar. Ich kenne mich null damit aus und weiß auch nicht was ich hier noch posten kann :D kann mir da jemand weiter helfen.

    Du willst mich kennenlernen? Kauf mein Buch, Bia*ch!


  • Da du schreibst dass der Putty Output folgender war, gehe ich mal stark davon aus, dass auf einen externen Server das versuchst auszuführen.

    Über php artisan serve sollte man nur eine lokale Umgebung starten.

    Für production sollte man auf jeden Fall apache2 oder nginx nutzen. Darüber hinaus sollte man dazu sagen, dass du auch dein Port freischalten musst (wenn du dich in einem remote Server befindest).


    Edit: hier findest du die Konfigurationen für einen Web Server. https://laravel.com/docs/7.x#web-server-configuration

  • Ja also das hier habe ich gemacht er nutzt auch ein linux server:


    built on Laravel 5.5 LTS so check the requirements from their site https://laravel.com/docs/5.5#server-requirements, plus;

    1. TeamSpeak 3 server
    2. Web server (nginx, Apache, or similar)

    Installation

    1. Clone or download this repo git clone https://github.com/Taronyuu/Teamspeak3-server-manager.git
    2. Setup your environment vars using .env or similar (Apache vars, php-fpm vars). You can copy the .env.example file.
    3. Run composer install composer install
    4. Make sure DB_CONNECTION is set to sqlite!
    5. Create an empty file named database.sqlite in the database folder. database/database.sqlite.
    6. Run php artisan migrate to migrate the database
    7. Install or make sure your TeamSpeak 3 server is running. Doing this is outside the scope of this readme file.
    8. Run php artisan teamspeak:sync to sync the virtual servers and settings into the system.
    9. Go to the URL you have setup and you should be able to register your new account.
    10. Enjoy

    Aber jetzt habe ich ein neuen error. sobald ich php artisan serve eingebe kommt:

    [TeamSpeak3_Transport_Exception]

    Failed to parse address ":"

    Du willst mich kennenlernen? Kauf mein Buch, Bia*ch!


  • Maho

    Hat den Titel des Themas von „Laravel server startem.“ zu „Laravel server starten“ geändert.