Laravel is a popular PHP framework but how do you encode a Laravel project? This post covers using the ionCube Encoder to protect a simple Laravel 5 project by encoding the Laravel controller and model files, encrypting the Laravel Blade
How to Install the ionCube Loader with 1&1 Hosting
One of the most common questions we receive is how to install the ionCube Loader on shared servers hosted by 1&1, here’s a step by step guide on how to do it. Step 1 Download the ionCube Linux 32bit Loader
Mixing unencoded and encoded files with include file protection
Sometimes you will want to only encode certain files in your project. This can occur if you are using third-party publically available libraries, or if you want users to be able to edit parts of your code. However, if you
Customizing Error Messages
The Loader is able to display information about various errors and issues related to encoded files. These are thrown in the form of a PHP error. Sometimes, you will want to customize what each error message says, or have the
Encrypting Smarty Templates
The Encoder provides encrypting and decrypting functionality for non-PHP files. While this is not as secure as encoding, it allows you to provide some protection to files which cannot be encoded. Smarty templates are one such example of non-PHP files