Dephpugger

Dephpugger

  • Docs
  • About Us

›Installation

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

Dephpugger

Dephugger

You can install dephpugger in two different ways. In your local project or in global path.

# Global mode
$ composer global require "tacnoman/dephpugger":"dev-master"

# Local mode
$ composer require "tacnoman/dephpugger":"dev-master"

For global mode

When you use composer in global mode, it creates a folder called .composer in your home. Open your ~/.bash_profile and add this lines.


if [ -d "$HOME/.composer/vendor/bin" ] ; then
  PATH="$PATH:$HOME/.config/composer/vendor/bin"
fi

Now you can run the command dephpugger.

For local mode

php vendor/bin/dephpugger

You will see this:

← Browser PluginUsage Video Tutorial →
  • Dephugger
  • For global mode
  • For local mode
Dephpugger
Docs
Getting StartedUsageConfiguration Reference
Articles and Videos
How debug Drupal applicationsSingapore PHP User GroupHow debug PHP in terminal
More
BlogGitHubStar
Copyright © 2024 Tacnoman