Muhammad Zamroni

Results 10 comments of Muhammad Zamroni

you can modify the Dockerbuild file by adding `php7-xdebug` or `php5-xdebug` in the installation instruction, and build your own image.

I think you should try PHP7. I just merged PR #6 so i suggest you to look at it.

@IAmEnchant can you provide the OS and PHP version you use?

@IAmEnchant Do you use PHP 7.1? or PHP 7.0?

@IAmEnchant just realized that your config value were all set to `false`, so it showed nothing. Try to set one of them to `true`. Try this config. ```php $settings['show']['kernel'] =...

try this config, it will hide all values in the Core tab. ```php $settings['show']['kernel'] = false; $settings['show']['ip'] = false; $settings['show']['os'] = false; $settings['show']['load'] = false; $settings['show']['ram'] = true; $settings['show']['hd'] =...

+1 for this feature!

Can you give me more detil on this issue? What version of Laravel and PHP do you use?

Hello, I'm sorry for a very very late response. Is this problem still relevant? Can you explain more details?

@MaximeCulea thanks for your information. will look it up and update it. I'm also open for a PR.