Laravel logo

A server for debugging more than just Laravel applications.

Laravel is a beautiful, lightweight debug server build on Laravel that helps you debug your app.

Use the command below to run Laravel via docker container.

docker run --pull always -p 23517:8000 -p 1025:1025 -p 9912:9912 -p 9913:9913 butschster/buggregator:latest

demo

Laravel is a standalone.

It runs without installation on multiple platforms via docker and supports symfony var-dumper, Monolog, Sentry, smtp, Inspector and spatie ray package.

Pavel Buchnev
Creator of Laravel

Buggregator can be used to profile application with xhprof.

Click a button to send an event to Buggregator server.

Report

Buggregator can bs used to receive Sentry reports from your application.

Buggregator is a lightweight alternative for local development. Just configure Sentry DSN to send data to Buggregator.

Click a button to send an event to Buggregator server.

Report

Buggregator can receive logs from monolog/monolog package.

It can receive logs via \Monolog\Handler\SocketHandler handler.

Click a button to send an event to Buggregator server.

Debug Info Warning Error Critical Notice Alert Emergency Exception

Buggregator also is an email testing tool that makes it super easy to install and configure a local email server (Like MailHog).

Buggregator sets up a fake SMTP server and you can configure your preferred web applications to use Buggregator’s SMTP server to send and receive emails. For instance, you can configure a local WordPress site to use Buggregator for email deliveries.

Click a button to send an event to Buggregator server.

OrderShipped WelcomeMail

Buggregator can receive dumps from symfony/var-dumper package.

The dump() and dd() functions output its contents in the same browser window or console terminal as your own application. Sometimes mixing the real output with the debug output can be confusing. That’s why this Buggregator can be used to collect all the dumped data.

Click a button to send an event to Buggregator server.

String Array Bool Int Object Exception

Buggregator can be used to receive Inspector reports from your application.

Click a button to send an event to Buggregator server.

Request Command