🛠️

Developer Tools

BitL includes powerful debugging and development tools.

🐛

Debug Bar

Intercept dump() and dd() calls from PHP apps

📄

Log Viewer

Real-time nginx, PHP-FPM, and Laravel logs

🔬

Xdebug

Step debugging for PHP applications

📧

Mail Capture

Catch outgoing emails before they send

🗄️

phpMyAdmin

Database management UI at phpmyadmin.test

🐛 Debug Bar

Intercept dump() and dd() calls from your PHP applications. The debug bar shows captured output in a floating panel.

💡 Tip: Click the 🐛 icon in the header to toggle the debug bar.

📄 Log Viewer

View nginx access and error logs, PHP-FPM logs, and Laravel logs in real-time. Click the 📄 icon to open the log viewer.

🔬 Xdebug

Toggle Xdebug for step debugging:

# Enable Xdebug bitl xdebug on # Disable Xdebug bitl xdebug off # Check status bitl xdebug status

📧 Mail Capture

BitL captures outgoing emails from your applications, preventing them from being sent and displaying them in the mail viewer.

✅ Safe: No emails will ever leave your machine — they're all captured locally.

🗄️ phpMyAdmin

Access phpMyAdmin at http://phpmyadmin.test when MySQL/MariaDB is running.