-
Create database
study-spaceif doesnot exist. -
Run
php artisan migrateto migrate database.
-
Copy the
.env.examplefile to a.envfile in the same directory. -
Run
composer install && composer updateto update php package. -
Run
php artisan key:generateupdate key (only for the first time). -
Run
php artisan serveto run application athttp://localhost:8000.
-
Run
npm installto update UI dependences. -
Run
npm run devto build webpack dev. -
Run
npm startto run nodejs service.
-
Create info.php
-
Access to XDebug
-
Copy source of info.php to textbox
-
Follow the Instructions.
-
Add end of php.ini
[xdebug]
xdebug.remote_enable=1
xdebug.remote_autostart=1
-
Choose Extensions (Ctrl + Shift + X)
-
Search
php debug -
Follow the Installations.
- Change
APP_ENV=localto other in.env