PHPackages                             techsemicolon/laravel-dump-inspector - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. techsemicolon/laravel-dump-inspector

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

techsemicolon/laravel-dump-inspector
====================================

A laravel package for inspecting dumps without interfering actual web page

1.0.0(7y ago)06MITPHPPHP &gt;=5.3.9

Since Mar 31Pushed 7y agoCompare

[ Source](https://github.com/techsemicolon/laravel-dump-inspector)[ Packagist](https://packagist.org/packages/techsemicolon/laravel-dump-inspector)[ RSS](/packages/techsemicolon-laravel-dump-inspector/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Inspect dumps without interfering actual web page
=================================================

[](#inspect-dumps-without-interfering-actual-web-page)

Laravel has very cool `dump()` and `dd()` functions. However, sometimes it is not always pleasant to have those dumps on the main web view. This package enabled a very lightweight inspector just like devtools of the browser where all the dumps are stored.

Usage :
-------

[](#usage-)

There is nothing fancy at all, you can directly call `idump()` function which you can remember as a dump inside an inspector window.

```
