Skip to content

laradump is a free alternative of spatie ray

License

Notifications You must be signed in to change notification settings

saqijaan/laradump-php

 
 

Repository files navigation

Laradump (Free alternative of Spatie ray)

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads


Installation

You can install the package via composer:

composer require thejenos/laradump

You need to install vscode extension to see the dumps

## Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install laradump.laradump

Usage

// Dump a variable
laradump()->dump("test");

// Dump multiple variables
laradump()->dump("test", [1,2,3], User::find(1));

// Dump models
laradump()->model(User::find(1));

// Start dump queries
laradump()->showQueries();

// Stop dump queries
laradump()->stopShowingQueries();

// Dump mails
laradump()->mail(new TestMail());

//Many more up to come

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

laradump is a free alternative of spatie ray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 75.0%
  • Blade 25.0%