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

Laravel

Using Dephpugger in Laravel Framework

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

--- 
server:
  path: ./public/
  port: 8000

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 artisan serve. If you run this command, you won't get the debugger in breakpoints.

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

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