-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started (Localy)
Michael Hose edited this page Dec 11, 2020
·
2 revisions
- PHP 7.3/8.0
- Visual Studio / PHPStorm (not required but needed to edit anything in website)
- Node js
- Yarn
- MySQL 8.0
- 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
- 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
php artisan devhub:install
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.
Join us in Telegram ask us on Github Discussion if you have any questions.