palzin / palzin-dumps
Palzin Dump is an addons for Palzin Monitor.
v1.4.0
2022-11-10 08:30 UTC
Requires
- php: ^8.0
- nunomaduro/termwind: ^1.12
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- illuminate/support: ^8.18 | ^9.0
- nunomaduro/larastan: ^1.0 | ^2.1
- orchestra/testbench: ^6.17 | ^7.0
- pestphp/pest: ^1.21
- symfony/var-dumper: ^5.4 | ^6.0
README
PalzinDumps
Click to Download the App
Available for Windows, Linux and macOS.👋 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.
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:
composer require palzin/palzin-dumps --dev
- Configure PalzinDumps, run:
php artisan ds:init
-
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