bagoesz21/laravel-console-browser
Composer 安装命令:
composer require bagoesz21/laravel-console-browser
包简介
Browser console for Laravel Framework.
README 文档
README
In-browser console for Laravel PHP framework.
This package is a re-published, re-organised and maintained version of teepluss/laravel-console, which isn't maintained anymore.
This package executes your code within ConsoleController@postExecute context, and displays the produced output.
The purpose is to easily test your stuff without creating garbage routes and controllers just to run something, ... I'm sure you know what I'm talking about :)
This package is intended for a local testing, and shouldn't get nowhere near your production servers!
Screenshots
Installation
Laravel
To install through composer, simply run the following command:
php composer require bagoesz21/laravel-console-browser
If you don't use Laravel 5.5+ and its package discovery feature, register the console service provider in config/app.php:
'providers' => [ ... Bagoesz21\ConsoleBrowser\ConsoleBrowserServiceProvider::class, ];
Then publish the package assets:
php artisan vendor:publish --provider="Bagoesz21\ConsoleBrowser\ConsoleBrowserServiceProvider"
And you are done! Open the console in:
yourdomain.com/console
The default username and password is username:password
You can change on config/console.php
bagoesz21/laravel-console-browser 适用场景与选型建议
bagoesz21/laravel-console-browser 是一款 基于 CSS 开发的 Composer 扩展包,目前已累计 754 次下载、GitHub Stars 达 2, 最近一次更新时间为 2020 年 10 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「browser」 「console」 「laravel」 「lumen」 「console browser」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 bagoesz21/laravel-console-browser 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bagoesz21/laravel-console-browser 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 bagoesz21/laravel-console-browser 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
This class provides you with an easy-to-use interface to progress bars.
Give your JS App some Backbone with Models, Views, Collections, and Events.
A Laravel package to retrieve data from Google Search Console
Additional artisan commands for Laravel
Instrument headless chrome/chromium instances from php5.6
Selenium4 (WebDriver) driver for Mink framework
统计信息
- 总下载量: 754
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 12
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-20