• 30-10-2023, 20:19:43
    #1
    Codecanyondan bir php script indirdim. Ancak nasıl kurulacağını anlayamadım. Biri yardımcı olursa çok sevinirim


    # How to setup project in localhost ?
    - Clone your project
    - Go to the folder application using cd command on your cmd or terminal
    - Run composer install on your cmd or terminal
    - Run npm install or yarn install then run npm run dev or yarn dev
    - Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
    - Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
    - Run php artisan key:generate
    - Run php artisan migrate
    - Run php artisan serve
    - Go to http://localhost:8000/
  • 30-10-2023, 20:23:48
    #2
    ardakcbs adlı üyeden alıntı: mesajı görüntüle
    Codecanyondan bir php script indirdim. Ancak nasıl kurulacağını anlayamadım. Biri yardımcı olursa çok sevinirim


    # How to setup project in localhost ?
    - Clone your project
    - Go to the folder application using cd command on your cmd or terminal
    - Run composer install on your cmd or terminal
    - Run npm install or yarn install then run npm run dev or yarn dev
    - Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu
    - Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.
    - Run php artisan key:generate
    - Run php artisan migrate
    - Run php artisan serve
    - Go to http://localhost:8000/
    Hosting'e mi kuracaksınız ssh yetkisi ister

    bu arayüz varsa kurabilirsiniz yoksa hostingde olmaz.
  • 30-10-2023, 20:38:25
    #3
    Discord eklerseniz yardımcı olmaya çalışayım zenit0101
  • 30-10-2023, 20:45:03
    #4
    by_error adlı üyeden alıntı: mesajı görüntüle
    Hosting'e mi kuracaksınız ssh yetkisi ister

    bu arayüz varsa kurabilirsiniz yoksa hostingde olmaz.
    hizmetiniz adlı üyeden alıntı: mesajı görüntüle
    Discord eklerseniz yardımcı olmaya çalışayım zenit0101
    Kurulumu başka şekildeymiş. Hallettim, çok teşekkür ederim.