<?php
/**
* Created by PhpStorm.
* User: nyinyilwin
* Date: 9/22/17
* Time: 10:09 AM
*/
return [
// By default, the ecnvryption is set to true
'encrypt' => env('HTML_ENCRYPT', true),
'disable_right_click' => true,
'disable_ctrl_and_F12_key' => true,
];
|