php-panel/ladmin-ext-phpinfo
Composer 安装命令:
composer require php-panel/ladmin-ext-phpinfo
包简介
Show php information in laravel-admin
README 文档
README
The laravel-admin version of the phpinfo() function, Inspired by nova-phpinfo
Screenshot
Installation
composer require php-panel/ladmin-ext-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).
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-12-03
