Download the PHP package php-junior/laravel-html-encrypt without Composer
On this page you can find all versions of the php package php-junior/laravel-html-encrypt. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download php-junior/laravel-html-encrypt
More information about php-junior/laravel-html-encrypt
Files in php-junior/laravel-html-encrypt
Package laravel-html-encrypt
Short Description Simple Html Encrypt for Laravel
License MIT
Informations about the package laravel-html-encrypt
Laravel Html Encrypt
Installation
You can install the package via composer:
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
And
This is the contents of the published config file:
HTML Encryption?
One major reason for the success of the World Wide Web is undeniably the openness of HTML. HTML files are basically plain text documents, meaning software applications and human users can easily create, read, and update web pages. The open nature of HTML not only allows users to edit websites with nothing more than a simple text editor, it also enables search engines to spider the web and forms the basis for a wide range of web-related applications for any platform you can imagine.
However, as a web designer or website owner you may encounter situations in which you feel a need for protecting your HTML, CSS or JavaScript code from being viewed and reused .
How It Works
HTML encryption/decryption techniques are based on JavaScript. The encrypted HTML code, which is saved inside the HTML document, is decrypted at runtime through JavaScript and written directly into the browser window using the document.write(…) function. This ensures that any JavaScript-enabled web browser can load and display the pages without additional components or plugins.
License
The MIT License (MIT). Please see License File for more information.
Support on Beerpay
Hey dude! Help me out for a couple of :beers:!
All versions of laravel-html-encrypt with dependencies
illuminate/support Version 5.3.* || 5.4.* || 5.5.*
illuminate/contracts Version ^5.5