PHP

Installation Guide: Laravel + InfyOm + Docker

# Step-by-Step Guide: Laravel + InfyOm + Docker ## 1. Install Laravel (Correctly) First, create a new Laravel project: composer create-project –prefer-dist laravel/laravel my-laravel-app Then, move into the project directory: cd my-laravel-app At this point, your folder structure should look like this: “` my-laravel-app/ │── app/ │── bootstrap/ │── config/ │── database/ │── public/ │── […]

Installation Guide: Laravel + InfyOm + Docker Read More »

System error ‘[security.WindMcryptCbc.encrypt] extension ‘mcrypt’ is not loaded.’.

I don’t like error, but I have to fix the error, I note down here to do reference. I’m using CentOS 7, I think cause by upgraded from PHP 5 to PHP 7. I’m using DirectAdmin. What I found from internet The mcrypt extension has been abandonware for nearly a decade now, and was also

System error ‘[security.WindMcryptCbc.encrypt] extension ‘mcrypt’ is not loaded.’. Read More »