Download the PHP package vbarbarosh/laravel-debug-eval without Composer
On this page you can find all versions of the php package vbarbarosh/laravel-debug-eval. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vbarbarosh/laravel-debug-eval
More information about vbarbarosh/laravel-debug-eval
Files in vbarbarosh/laravel-debug-eval
Download vbarbarosh/laravel-debug-eval
More information about vbarbarosh/laravel-debug-eval
Files in vbarbarosh/laravel-debug-eval
Vendor vbarbarosh
Package laravel-debug-eval
Short Description A rudimentary UI with backend for evaluating PHP remotely. For debugging purposes only.
License MIT
Package laravel-debug-eval
Short Description A rudimentary UI with backend for evaluating PHP remotely. For debugging purposes only.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-debug-eval
A UI and backend for evaluating PHP remotely. For debugging purposes only.
Installation
composer require vbarbarosh/laravel-debug-eval
Usage in Laravel
Route::any('/laravel-debug-eval', function () {
// 1. Ensure that current user has access to this endpoint
return vbarbarosh\laravel_debug_eval();
});
Executing long running task
YouTube
Credits
- Right panel with a list of snippets was inspired by https://github.com/tinkerun/tinkerun
All versions of laravel-debug-eval with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
ext-json Version *
The package vbarbarosh/laravel-debug-eval contains the following files
Loading the files please wait ....