Skip to content

Instantly share code, notes, and snippets.

## How to install mcrypt in php7.2
##
## https://lukasmestan.com/install-mcrypt-extension-in-php7-2/
##
#
# Check version php and pecl
#
php -v # if default php is not 7.2 then use /usr/bin/php7.2 instead php
@tirta-keniten
tirta-keniten / slim-install-command
Created November 20, 2015 15:25
Perintah Install Slim
composer require slim/slim "^3.0@RC"