Git Product home page Git Product logo

laradumps's Introduction

LaraDumps


LaraDumps Windows App LaraDumps MacOS App LaraDumps Linux App

Click to Download the App

Available for Windows, Linux and macOS.

๐Ÿ“š Documentation


๐Ÿ‘‹ Hello Dev,


LaraDumps is a friendly app designed to boost your Laravel 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:


๐Ÿ”ฅ Run artisan ds:check() in your CI Pipeline to make sure there is no ds() shipped to Production.


Get Started

Requirements

PHP 8.0+ and Laravel 8.75+

Usage

  1. Download the ๐Ÿ–ฅ๏ธ LaraDumps Desktop App here: Windows | MacOS | Linux
  1. Install LaraDumps in your Laravel project, run:
 composer require laradumps/laradumps --dev
  1. Configure LaraDumps, run:
php artisan ds:init
  1. Debug your code using ds() in the same way you would use Laravel's native functions dump() or dd().

  2. Run your Laravel application and see the debug dump in LaraDumps App window.

Example

Here's an example:

// File: routes/web.php

<?php 

Route::get('/', function () {
    ds('Home page accessed!');
    return view('home');
});

The Desktop App receives:

Credits

LaraDumps is a free open-source project, and it was inspired by Spatie Ray, check it out!

laradumps's People

Contributors

anandpilania avatar butochnikov avatar dansysanalyst avatar devrma avatar devsquad-pedro-butzen avatar icarojobs avatar krato avatar laradumps-bot avatar luanfreitasdev avatar marcioloovee avatar niit-anand avatar renatokira avatar vs0uz4 avatar wit3 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.