Download the PHP package bakgul/laravel-dump-server without Composer
On this page you can find all versions of the php package bakgul/laravel-dump-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bakgul/laravel-dump-server
More information about bakgul/laravel-dump-server
Files in bakgul/laravel-dump-server
Download bakgul/laravel-dump-server
More information about bakgul/laravel-dump-server
Files in bakgul/laravel-dump-server
Vendor bakgul
Package laravel-dump-server
Short Description A package to make Beyondcode's Laravel Dump Server more practical.
License MIT
Package laravel-dump-server
Short Description A package to make Beyondcode's Laravel Dump Server more practical.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-dump-server
Laravel Dump Server
This is a wrapper to Beyondcode's Laravel Dump Server. It basiacally improves the main package's HTML output functionality by adding the following features:
- It will remove the previously printed things when a test runs. If you don't want to do that, make
reset_on_each_test
false
inconfig/dump-server.php
. - It registers a route which is
/dump-server
, and when you display dumpped file on that route, you will get auto-refresh. - Dump file is in dark mode. But, because of a reason that I couldn't figure out, the dark mode will be active after 2 tests runs.
Installation
First, you need to install the package.
Next, you need to publish config file.
Configuration
Add the following part to laravel({ ... })
in vite.config.js
Modify your TestCase
Usage
Run Vite:
Listen to dump server
Add dump($varToDump)
method anywhere you want to display something.
Go to route /dump-server
.
License
This is open-sourced software licensed under the MIT license.
All versions of laravel-dump-server with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
beyondcode/laravel-dump-server Version ^2.0
bakgul/laravel-helpers Version ^1.0
beyondcode/laravel-dump-server Version ^2.0
bakgul/laravel-helpers Version ^1.0
The package bakgul/laravel-dump-server contains the following files
Loading the files please wait ....