palzin/beam-core

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

1.0 2025-03-16 09:50 UTC

This package is auto-updated.

Last update: 2025-03-16 09:53:55 UTC


README

Beam Core

PalzinDumps Windows App PalzinDumps MacOS App PalzinDumps Linux App

👋 Hello Dev,


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

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

Get Started

Requirements

PHP 8.0+

Usage

  1. Download the 🖥️ Beam Desktop App from Palzin Beam.

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

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

Here's an example:

// File: index.php

<?php 

//... some PHP code ...

ds('Hello from Beam!');