Open
Description
For my project I've implemented checker for php.ini options. Configuration looks like this:
\App\Libraries\SelfDiagnosis\Checks\PhpIniOptions::class => [
'options' => [
'upload_max_filesize' => '>=128M',
'post_max_size' => '>=128M',
'memory_limit' => '>=128M',
'max_input_vars' => '>=10000',
'file_uploads' => '1',
'disable_functions' => '',
],
],
If project owners will be interested, I can send PR
Metadata
Metadata
Assignees
Labels
No labels