Download the PHP package palzin/palzin-dumps without Composer
On this page you can find all versions of the php package palzin/palzin-dumps. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download palzin/palzin-dumps
More information about palzin/palzin-dumps
Files in palzin/palzin-dumps
Package palzin-dumps
Short Description Palzin Dump is an addons for Palzin Monitor.
License MIT
Homepage https://github.com/palzin/palzin-dumps
Informations about the package palzin-dumps
PalzinDumps
👋 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:
- Dump single or multiple variables at once.
- See your dumped values in a Table, with a built-in search feature.
- Improve your debugging experience using different screens.
- Watch SQL Queries.
- Monitor Laravel Logs.
- Validate JSON strings.
- Compare strings with diff.
- Verify if a string contains a substring.
- View
phpinfo()
configuration. - Debug Livewire Components & Events.
- List your Laravel Routes.
- Inspect Model attributes.
- Learn more in our Reference Sheet.
🔥 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
-
Download the 🖥️ Palzin Dumps Desktop App here: Windows | MacOS | Linux
-
Install PalzinDumps in your Laravel project, run:
-
Configure PalzinDumps, run:
-
Debug your code using
ds()
in the same way you would use Laravel's native functions dump() or dd(). - 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!
- Author: Palzin Team