Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-admin-org/phpinfo
https://github.com/open-admin-org/phpinfo
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-admin-org/phpinfo
- Owner: open-admin-org
- License: mit
- Created: 2022-02-09T21:29:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T19:17:35.000Z (over 2 years ago)
- Last Synced: 2024-09-14T06:54:25.625Z (about 2 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PHP Info - extention
====================Installation
------------```bash
composer require open-admin-ext/phpinfo
```If you want to add a link entry in the left menu, use the following command to import
```bash
php artisan admin:import phpinfo
```Configuration
-------------In the extensions section of the config/admin.php file, add configurations
```php
'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 installLicense
-------
Licensed under The MIT License (MIT).