Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 933 Bytes

install-guide.md

File metadata and controls

44 lines (32 loc) · 933 Bytes

Tools Required

Tools

Install Xdebug

Follow the Installation Wizard instructions.

Sample:

  1. Download php_xdebug-3.3.2-8.2-vs16-x86_64.dll
  2. Move the downloaded file to ext, and rename it to php_xdebug.dll
  3. Update C:\...\PHP\php.ini and add the line after extensions list (before Module Settings)
    • zend_extension = xdebug
[PHP]
...
zend_extension = xdebug

Installing Composer

  1. Install Composer
  2. Terminal: composer global require laravel/installer

PHP Configuration

[PHP]
...
extension=curl
extension=fileinfo
extension=mbstring
extension=pdo_sqlite
extension=zip

XDebug