定制 blessedjasonmwanza/artisan-ui 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

blessedjasonmwanza/artisan-ui

Composer 安装命令:

composer require blessedjasonmwanza/artisan-ui

包简介

GUI package for managing and monitoring Laravel artisan commands and their output

README 文档

README

Artisan UI is a production-grade Laravel package that provides a secure, modern web-based interface for your Artisan commands. No more typing in the terminal—manage your application through a beautiful graphical UI.

Artisan UI Preview

Features

  • 🚀 Dynamic Discovery: Automatically finds all your Artisan commands.
  • 🛡️ Secure by Default: Standalone authentication system and command filtering.
  • 📊 Live Console: See command output in real-time as if you were in the terminal.
  • 📱 Modern Design: Built with React and Radix Themes for a premium feel.
  • 🕵️ Audit Logs: Full history of every command executed, who ran it, and what the output was.

Requirements

  • PHP 8.1+
  • Laravel 10.0, 11.0, or 12.0+

Note

PHP Version Support: Artisan UI supports PHP 8.1 and all future versions. If you encounter installation issues with a newer PHP version, see Installation Troubleshooting Guide.

Installation

Getting started is simple. Artisan UI features Zero-Config Installation—it handles everything automatically.

1. Install via Composer

Run the following command in your terminal:

composer require blessedjasonmwanza/artisan-ui

2. Publish Assets and Run migrations

php artisan artisan-ui:install

2. Access the Dashboard

Navigate to /artisan-ui in your browser.

The package will automatically handle:

  • Publishing assets and configuration files.
  • Running database migrations.
  • Setting up your first administrator account on the setup page.

No manual commands needed! Everything runs on first access after installation or update.

Tip

Manual Installation: If you ever need to manually trigger installation, use:

php artisan artisan-ui:install

Or publish assets individually:

php artisan vendor:publish --tag=artisan-ui-assets --force
php artisan vendor:publish --tag=artisan-ui-config --force

Uninstallation: To remove the package completely:

php artisan artisan-ui:install --uninstall

This will remove published assets, configuration files, and optionally drop database tables.

Configuration

You can customize the package by editing config/artisan-ui.php.

Command Whitelist/Blacklist

Control which commands are visible in the UI:

'commands' => [
    'only' => [], // Leave empty to show all
    'exclude' => [
        'tinker',
        'up',
        'down',
    ],
],

Path & Middleware

Change the URL or add your own security layers:

'path' => 'my-custom-artisan-path',
'middleware' => ['web', 'auth'],

Security

  • No Shell Execution: We use symfony/process to run only legitimate Laravel commands.
  • Standalone Auth: Artisan UI doesn't touch your main users table. It uses its own secure authentication.
  • Input Validation: All arguments and options are strictly validated before execution.

License

The MIT License (MIT). Please see License File for more information.

blessedjasonmwanza/artisan-ui 适用场景与选型建议

blessedjasonmwanza/artisan-ui 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 30 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 16 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 blessedjasonmwanza/artisan-ui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 blessedjasonmwanza/artisan-ui 我们能提供哪些服务?
定制开发 / 二次开发

基于 blessedjasonmwanza/artisan-ui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-16