承接 bagoesz21/laravel-console-browser 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bagoesz21/laravel-console-browser

最新稳定版本:v3.0.0-alpha

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

统计信息

  • 总下载量: 561
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • 开发语言: CSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-10-20