承接 jxlwqq/composer-viewer 相关项目开发

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

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

jxlwqq/composer-viewer

最新稳定版本:1.0.3

Composer 安装命令:

composer require jxlwqq/composer-viewer

包简介

Composer Viewer for Laravel-admin

README 文档

README

A web interface of composer packages in laravel.

Screenshot

screenshot

Installation

Before you install, make sure PHP exec() function is enabled in your php.ini config file.

composer require jxlwqq/composer-viewer
# If you want to add a link entry in the left menu, use the following command to import
php artisan admin:import composer-viewer

Configuration

In the extensions section of the config/admin.php file, add configurations

'extensions' => [
    'composer-viewer' => [
        // Set this to false if you want to disable this extension
        'enable' => true,
        // Set the location of composer command
        'which-composer' => '/usr/local/bin/composer', // !! it's important !!
    ]
]

Usage

Open http://your-host/admin/composer-viewer

And you can find these installed packages.

More resources

Awesome Laravel-admin

License

Licensed under The MIT License (MIT).

统计信息

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

GitHub 信息

  • Stars: 27
  • Watchers: 0
  • Forks: 5
  • 开发语言: PHP

其他信息

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