Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laradumps/laradumps
🛻 LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
https://github.com/laradumps/laradumps
debug laravel livewire php
Last synced: 6 days ago
JSON representation
🛻 LaraDumps is a friendly app designed to boost your Laravel PHP coding and debugging experience.
- Host: GitHub
- URL: https://github.com/laradumps/laradumps
- Owner: laradumps
- License: mit
- Created: 2022-06-05T19:50:11.000Z (over 2 years ago)
- Default Branch: 3.x
- Last Pushed: 2025-01-01T22:46:48.000Z (20 days ago)
- Last Synced: 2025-01-08T21:02:15.120Z (13 days ago)
- Topics: debug, laravel, livewire, php
- Language: PHP
- Homepage: https://laradumps.dev
- Size: 1.39 MB
- Stars: 753
- Watchers: 11
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
LaraDumps
### 👋 Hello Dev,
LaraDumps is a friendly app that boosts your [Laravel](https://larvel.com/) PHP coding and debugging experience.
When using LaraDumps, you can see the result of your debug displayed in a standalone Desktop application.
These are some debug tools available for you:
- [Dump](https://laradumps.dev/debug/usage.html#dump) single or multiple variables at once.
- Send `dump`, `dd` to LaraDumps app.
- Watch [Laravel Mail](https://laravel.com/docs/mail).
- See your dumped values in a [Table](https://laradumps.dev/debug/usage.html#table), with a built-in search feature.
- Improve your debugging experience using different [screens](https://laradumps.dev/debug/usage.html#screens).
- Watch [SQL Queries](hhttps://laradumps.dev/debug/usage.html#sql-queries).
- Watch Slow Queries [SQL Queries](hhttps://laradumps.dev/debug/usage.html#sql-queries).
- Monitor [Laravel Logs](https://laravel.com/docs/logging).
- Monitor [Livewire component](https://livewire.laravel.com).
- Validate [JSON strings](https://laradumps.dev/debug/usage.html#json).
- Verify if a string [contains](https://laradumps.dev/debug/usage.html#contains) a substring.
- View `phpinfo()` configuration.
- List your [Laravel Routes](https://laravel.com/docs/routing).
- Inspect [Model](https://laravel.com/docs/eloquent) attributes.
- Learn more in our [Reference Sheet](https://laradumps.dev/debug/reference-sheet.html).
- Multiple Themes (light, dark, dracula, dim, retro ...)
- Shortcuts (clear, always on top)
### Get Started
#### Requirements
PHP 8.1+ and Laravel 10.0+
#### Using Laravel
```shell
composer require laradumps/laradumps --dev
```#### PHP Project
```shell
composer require laradumps/laradumps-core --dev
```See also: https://laradumps.dev/get-started/release-notes.html#php-package
* 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 the LaraDumps App window.
### Example
Here's an example:
```php
// File: routes/web.php
```php
// File: routes/web.php
### Credits
LaraDumps is a free open-source project, and it was inspired by [Spatie Ray](https://github.com/spatie/ray), check it out!
- Author: [Luan Freitas](https://github.com/luanfreitasdev)
- Logo by [Vitor S. Rodrigues](https://github.com/vs0uz4)