break-travel/artisan-serve-xdebug

Extends the Laravel Artisan Serve command to utilize XDebug.

1.0.0 2022-11-25 09:09 UTC

This package is auto-updated.

Last update: 2025-06-25 14:50:29 UTC


README

This composer package registeres a Laravel Artisan commans serve:xdebug. It works basically the same like serve but activates XDebug.

Installation

1. Install XDebug

apt-get update
apt-get install php-xdebug

2. Install Package

composer require --dev break-travel/artisan-serve-xdebug

3. Run

php artisan serve:xdebug