PHP Workspace for Codespaces
- Apache + PHP
- Foward for
HTTP(80)
in Codespaces - port 80
- DocumentRoot /workspace/public
- MySQL
- port 3306
- Preset database
laravel
- Preset account and password
laravel
- It's database manage application
- Foward for
phpMyAdmin(8888)
in Codespaces - port 8888
Installed exsample ...
- Composer
- mbstring
- PDO MySQL
- Xdebug
More details $ php -m
It's already started when bootstrap codespaces.
Codespaces ports list has HTTP(80)
.
You can click what open brower icons When mouseover for here address text.
Codespaces ports list has phpMyAdmin(8888)
.
You can click what open brower icons When mouseover for here address text.
Click for "Run and debug" from activity bar, positioned window left Select for "Listen for Xdebug" and click "Run".
Run Xdebug in port 9003.
When running Xdebug, stop at "break points", triggerd access for web server.