laradumps / laradumps-core

πŸ›» LaraDumps Core is a friendly app designed to boost you PHP coding and debugging experience.

Home Page:https://laradumps.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LaraDumps Core

πŸ‘‹ 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 2.0.0-alpha Desktop App here: LaraDumps Desktop App
  2. Install LaraDumps Core in your PHP project, run:
 composer require laradumps/laradumps-core --dev
  1. Configure LaraDumps, run:
vendor/bin/laradumps configure

Example

Here's an example:

// File: routes/web.php

<?php 

ds('Hello from LaraDumps!');

Credits

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

About

πŸ›» LaraDumps Core is a friendly app designed to boost you PHP coding and debugging experience.

https://laradumps.dev

License:MIT License


Languages

Language:PHP 100.0%