Blog

Posts

Processes

The lifecycle of an application

What I've learned about the lifecycle of an application from a technical view which might be useful information for assessing your application and determining the next steps for your application.

Lifecycle
Published
Author Dick van der Heiden
Read post
Technical

Mcrypt for PHP 7.2+ on cPanel server

Mcrypt is deprecated since PHP 7.1 and completely removed from PHP since version 7.2. You should use OpenSSL or Sodium. But sometimes you're stuck on using mcrypt because of an older server or application.

Laravel cPanel Mcrypt
Published
Author Dick van der Heiden
Read post