Skip to content

MightyWizard83/wows-tools

Repository files navigation

WOWS Tools

Clean install in a new developing environment

  1. Checkout Repository
  2. Create DB Schema + DB User
  3. make a .env file based on .env.example
  4. composer update
  5. php artisan migrate:fresh
  6. If on WAMP, configure cURL
    -> Download this file: http://curl.haxx.se/ca/cacert.pem
    -> Place this file in the C:\wamp64\bin\php\php7.1.9 folder
    -> Open php.iniand find this line:
    -> ;curl.cainfo
    -> Change it to:
    -> curl.cainfo = "C:\wamp64\bin\php\php7.1.9\cacert.pem"

7)php artisan update_ratings 8)php artisan schedule:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published