1. Go to this page and download the library: Download onexcrm/sysinfo library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
/** If you want to disable the route then make it false */
'is_route_enabled' => true,
/** If you want to change the route prefix */
'route_prefix' => 'onex',
/** If you want to change the route name or path */
'route_name' => 'check-sysinfo',
/** If you want to enable the securiry for access the system information
* Then make it ('is_enabled') true and also you can set login-id and password
*/
'authentication' => [
'is_enabled' => env('ONEX_SYSINFO_AUTH_ENABLED', false),
'login_id' => env('ONEX_SYSINFO_ID', 'onexadmin'),
'password' => env('ONEX_SYSINFO_PASSWORD', 'onexpassword')
]
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.