Skip to content

Getting Started (Localy)

Michael Hose edited this page Dec 11, 2020 · 2 revisions

Required downloads:

  • PHP 7.3/8.0
  • Visual Studio / PHPStorm (not required but needed to edit anything in website)
  • Node js
  • Yarn
  • MySQL 8.0

Github

  • Download the source code from the link above. Make sure to use the latest develop branch from github.
 git clone https://github.com/hose1021/DevHub.git

Localy

  • Copy default configurations then configurate it for your interests
php -r "file_exists('.env') || copy('.env.example', '.env')
  • Generate the key
php artisan key:generate
  • Migrate database
php artisan migrate --seed
  • Install php vendors and javascript
composer install
yarn watch

[Demo] Install in one command

php artisan devhub:install

Getting Into Website

Now you can connect to website with link 127.0.0.1:8080

If there are any questions please join our Telegram or ask us on Github Discussion.