定制 nunomaduro/laravel-console-summary 二次开发

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

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

nunomaduro/laravel-console-summary

最新稳定版本:v1.13.0

Composer 安装命令:

composer require nunomaduro/laravel-console-summary

包简介

A Beautiful Laravel Console Summary for your Laravel/Laravel Zero commands.

README 文档

README

Static Analysis Latest Stable Version License

About Laravel Console Summary

Laravel Console Summary was created by, and is maintained by Nuno Maduro, and is a replacement for the List Command in Laravel Console Applications. Beautiful Laravel Console Summary for Artisan or Laravel Zero.

Installation

Requires PHP 8.2+

Require Laravel Console Summary using Composer:

composer require nunomaduro/laravel-console-summary

Configuration

Publish the configuration

php artisan vendor:publish

You may want to clean up the summary screen by hiding some well-known commands from it. Of course, even hidden, they will still be available.

// config/laravel-console-summary.php

return [
    'hide' => [
        'make:*',
        'list'
    ],
];

You can also override the binary name that is output in the usage information, by adding a binary key to your config.

// config/laravel-console-summary.php

return [
    // ...
    
    'binary' => 'custom-name',
];

Contributing

Thank you for considering to contribute to Laravel Console Summary. All the contribution guidelines are mentioned here.

You can have a look at the CHANGELOG for constant updates & detailed information about the changes. You can also follow the Twitter account for latest announcements or just come say hi!: @enunomaduro

Support the development

Do you like this project? Support it by donating

License

Laravel Console Summary is an open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 66
  • Watchers: 2
  • Forks: 7
  • 开发语言: PHP

其他信息

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