laradumps/laradumps-core

LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.

v2.0.2 2024-04-19 16:03 UTC

README

LaraDumps Core

Total Downloads Latest Version Tests License

👋 Hello Dev,


LaraDumps is a friendly app designed to boost your PHP coding and debugging experience.

When using LaraDumps, you can see the result of your debug displayed in a standalone Desktop application.

Get Started

Requirements

PHP 8.0+

Usage

  1. Download the 🖥️ LaraDumps Desktop App from laradumps.dev.

  2. Install LaraDumps Core in your PHP project, run the command:

 composer require laradumps/laradumps-core --dev
  1. Configure LaraDumps, run:
vendor/bin/laradumps configure
  1. Add a ds() function somewhere in your code.

Here's an example:

// File: index.php

<?php 

//... some PHP code ...

ds('Hello from LaraDumps!');

Credits

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