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

Symfony

Using Dephpugger in Symfony Framework 4

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

---
server:
  path: ./public/
  port: 8000
  file: index.php

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

$ dephpugger server
$ dephpugger debug

You don't need use more php bin/console server:run to start the server. If you run this command, you won't get the debugger in breakpoints.

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

← Zend Framework 2Slim →
  • Using Dephpugger in Symfony Framework 4
Dephpugger
Docs
Getting StartedUsageConfiguration Reference
Articles and Videos
How debug Drupal applicationsSingapore PHP User GroupHow debug PHP in terminal
More
BlogGitHubStar
Copyright © 2024 Tacnoman