Dephpugger

Dephpugger

  • Docs
  • About Us

›Configuration

Dephpugger

  • About

Installation

  • Dependencies
  • XDebug
  • Composer
  • Browser Plugin
  • Dephpugger

Usage

  • Usage Video Tutorial
  • Running Dephpugger
  • Commands to Run
  • Running for Web
  • Running with PHPUnit

Configuration

  • File Configuration
  • Lumen
  • Laravel
  • Zend Framework 2
  • Symfony
  • Slim
  • Silex
  • Yii2

Yii2

Using Dephpugger in Yii2 Framework

Add in root directory the file .dephpugger.yml with the content bellow.

Basic application

---
server:
  path: ./web/
  port: 8080

Run the commands bellow in different terminal windows (You must run in the root path).

$ dephpugger server # Instead of php yii serve
$ dephpugger debug

Advanced application

Create a file called dephpugger.yml in frontend/web/ and backend/web/.

---
server:
  port: 8080

Go to web folder and run in different terminals.

$ dephpugger server # Instead of php yii serve
$ dephpugger debug

Open http://localhost:8080 and get work!

← Silex
  • Using Dephpugger in Yii2 Framework
    • Basic application
    • Advanced application
Dephpugger
Docs
Getting StartedUsageConfiguration Reference
Articles and Videos
How debug Drupal applicationsSingapore PHP User GroupHow debug PHP in terminal
More
BlogGitHubStar
Copyright © 2024 Tacnoman