PHP Classes

File: config/laravel-html-encrypt.php

Recommend this page to a friend!
  Classes of Nyi Nyi Lwin   Laravel HTML Encoding   config/laravel-html-encrypt.php   Download  
File: config/laravel-html-encrypt.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel HTML Encoding
Obfuscate HTML encoding it a JavaScript code
Author: By
Last change: enable/disable encryption from config file or .env
Date: 6 years ago
Size: 282 bytes
 

Contents

Class file image Download
<?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,
];