GithubHelp home page GithubHelp logo

arborxr / stacked-dumper-laravel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from avto-dev/stacked-dumper-laravel

0.0 0.0 0.0 55 KB

Stacked variables dumper for Laravel-based application

License: MIT License

PHP 88.18% Makefile 8.64% Dockerfile 3.18%

stacked-dumper-laravel's Introduction

ARCHIVED ๐Ÿ›‘

We've archived this fork because it's no longer in use now that avto-dev/stacked-dumper-laravel v1.6.0 has added support for Laravel 9.

Laravel

Stacked variables dumper | for Laravel-based application

Version PHP Version Build Status Coverage Downloads count License

Using this package you can dump any variables using \dev\dump() and \dev\dd() function without main process stopping or sending data to the standard output (last is required for running applications using RoadRunner).

Install

Require this package with composer using the following command:

$ composer require --dev avto-dev/stacked-dumper-laravel "^1.0"

Installed composer is required (how to install composer).

You need to fix the major version of package.

Usage

In any part of your application call \dev\dump() and/or \dev\dd(). That's all =)

RoadRunner use-case

For example, if you will try to dump('test'); in controller, you will see something like that:

worker error: invalid data found in the buffer (possible echo)

But, if you will use helpers provided by this package \dev\dump('test');, all will forks fine:

"test"

Testing

For package testing we use phpunit framework and docker-ce + docker-compose as develop environment. So, just write into your terminal after repository cloning:

$ make build
$ make latest # or 'make lowest'
$ make test

Changes log

Release date Commits since latest release

Changes log can be found here.

Support

Issues Issues

If you will find any package errors, please, make an issue in current repository.

License

This is open-sourced software licensed under the MIT License.

stacked-dumper-laravel's People

Contributors

tarampampam avatar nickbourque avatar eldario avatar igorkorytin avatar n7olkachev avatar korobovn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.