laravel-admin-ext / phpinfo
Show php information in laravel-admin
Installs: 18 962
Dependents: 0
Suggesters: 0
Security: 0
Stars: 27
Watchers: 2
Forks: 7
Open Issues: 3
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.6
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2024-10-17 17:04:16 UTC
README
The laravel-admin version of the phpinfo()
function, Inspired by nova-phpinfo
Screenshot
Installation
composer require laravel-admin-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
Donate
Help keeping the project development going, by donating a little. Thanks in advance.
License
Licensed under The MIT License (MIT).