vbarbarosh/laravel-debug-eval
最新稳定版本:1.9.0
Composer 安装命令:
composer require vbarbarosh/laravel-debug-eval
包简介
A rudimentary UI with backend for evaluating PHP remotely. For debugging purposes only.
关键字:
README 文档
README
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
longrun([ 'init' => function () { return Article::query()->pluck('articles.id'), }, 'done' => function () { dump('done'); }, 'run' => function ($items) { $query = Article::query()->whereIn('id', $items); Article::backup($query); }, ]);
YouTube
Credits
- Right panel with a list of snippets was inspired by https://github.com/tinkerun/tinkerun
统计信息
- 总下载量: 26.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
