Download the PHP package palzin/beam without Composer
On this page you can find all versions of the php package palzin/beam. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor palzin
Package beam
Short Description Beam is a friendly app designed to boost your Laravel PHP coding and debugging experience.
License MIT
Homepage https://github.com/palzin/beam
Package beam
Short Description Beam is a friendly app designed to boost your Laravel PHP coding and debugging experience.
License MIT
Homepage https://github.com/palzin/beam
Please rate this library. Is it a good library?
Informations about the package beam
Beam
👋 Hello Dev,
Beam is a friendly app that boosts your Laravel PHP coding and debugging experience.
When using Beam, you can see the result of your debug displayed in a standalone Desktop application.
These are some debug tools available for you:
- Dump single or multiple variables at once.
- Send
dump
,dd
to Beam app. - Watch Laravel Mail.
- See your dumped values in a Table, with a built-in search feature.
- Improve your debugging experience using different screens.
- Watch SQL Queries.
- Watch Slow Queries SQL Queries.
- Monitor Laravel Logs.
- Monitor Livewire component.
- Validate JSON strings.
- Verify if a string contains a substring.
- View
phpinfo()
configuration. - List your Laravel Routes.
- Inspect Model attributes.
- Learn more in our Reference Sheet.
- Multiple Themes (light, dark, dracula, dim, retro ...)
- Shortcuts (clear, always on top)
Get Started
Requirements
PHP 8.1+ and Laravel 10.0+
Using Laravel
PHP Project
See also: https://palzin.app/beam
-
Debug your code using
ds()
in the same way you would use Laravel's native functions dump() or dd(). - Run your Laravel application and see the debug dump in the Beam App window.
Example
Here's an example:
The Desktop App receives:
The Desktop App receives:
All versions of beam with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
nunomaduro/termwind Version ^1.15.1|^2.0.1
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
palzin/beam-core Version ^1.0
nunomaduro/termwind Version ^1.15.1|^2.0.1
illuminate/support Version ^10.0|^11.0|^12.0
illuminate/mail Version ^10.0|^11.0|^12.0
palzin/beam-core Version ^1.0
The package palzin/beam contains the following files
Loading the files please wait ....