Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 525 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 525 Bytes

Useful Links

dota 2 cdn paths

vuejs fetch

Installation

Basic Requirements for running the php installation

  • install valet or virtualbox
  • install composer
  • composer install
  • yarn or npm install

now to make it working in your demo application:

  • cp .env.example .env
  • set up mysql settings in .env
  • php artisan key:generate
  • php artisan passport:install // may take some time
  • php artisan migrate --seed