palzin/palzin-dumps

Palzin Dump is an addons for Palzin Monitor.

v1.4.0 2022-11-10 08:30 UTC

This package is auto-updated.

Last update: 2024-05-10 11:31:54 UTC


README

PalzinDumps


PalzinDumps Windows App PalzinDumps MacOS App PalzinDumps Linux App

Click to Download the App

Available for Windows, Linux and macOS.

📚 Documentation


Latest Version Total Downloads Latest Version Tests License

👋 Hello Dev,


PalzinDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.

When using PalzinDumps, you can see the result of your debug displayed in a standalone Desktop application.

These are some debug tools available for you:


🔥 Run artisan ds:check() in your CI Pipeline to make sure there is no ds() shipped to Production.


Get Started

Requirements

PHP 8.0+ and Laravel 8.75+

Usage

  1. Download the 🖥️ Palzin Dumps Desktop App here: Windows | MacOS | Linux
  1. Install PalzinDumps in your Laravel project, run:
 composer require palzin/palzin-dumps --dev
  1. Configure PalzinDumps, run:
php artisan ds:init
  1. Debug your code using ds() in the same way you would use Laravel's native functions dump() or dd().

  2. Run your Laravel application and see the debug dump in PalzinDumps App window.

Credits

PalzinDumps is a free open-source project, and it was inspired by Spatie Ray, check it out!