定制 dedermus/phpinfo 二次开发

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

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

dedermus/phpinfo

最新稳定版本:2.0.1

Composer 安装命令:

composer require dedermus/phpinfo

包简介

an small plugin to show phpinfo right in your open-admin environment.

README 文档

README

Installation

composer require dedermus/phpinfo

If you want to add a link entry in the left menu, use the following command to import

php artisan admin:import phpinfo

Configuration

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

    'extensions' => [

        'phpinfo' => [

            // Set this to false if you want to disable this extension
            'enable' => true,

            // What information to show,see http://php.net/manual/en/function.phpinfo.php#refsect1-function.phpinfo-parameters
            'what' => INFO_ALL,

            // Set access path,defaults to `phpinfo`
            //'path' => '~phpinfo',
        ]
    ]

Usage

Open http://localhost/admin/phpinfo in your broswer after install

License

Licensed under The MIT License (MIT).

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 2
  • 开发语言: PHP

其他信息

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