phpinfo icon indicating copy to clipboard operation
phpinfo copied to clipboard

Outputs information about PHP's configuration in laravel-admin

Results 3 phpinfo issues
Sort by recently updated
recently updated
newest added

Throws an error when commanding php artisan admin:import phpinfo

- PHP version | PHP/8.0.0 - Laravel version | 8.19.0 - Laravel Admin version 1.8.11 give error ``` ErrorException In PHPInfo.php line 47 : ob_end_clean(): Failed to delete buffer. No...

Since a closure is being used for the route: https://github.com/laravel-admin-extensions/phpinfo/blob/258c388f3e7f6be032a0234a4ad35acf1202f74c/routes/web.php#L8-L15 Running `php artisan optimize` fails with an error message > LogicException : Unable to prepare route [admin/phpinfo] for serialization. Uses...