Alternative js log from devices without access to console Task: Create logging from javascript on device where no access to console Implementation: Use it in your javascript file: In… Continue reading “Alternative js log from devices without access to console”…
Add php imap.so library on osX Task: Add imap.so library on Mac osX Implementation (run commands in the console): Done. Continue reading “Add php imap.so library on osX”…
Howto make redirect http to https on your php site Task: Make redirect from http to https on your php site Implementation: Add this code at the top of your… Continue reading “Howto make redirect http to https on your php site”…
QRcode get service Task: Generate QR code by text value as an image Implementation: https://scalan.com/apps/phpqrcode/get.php?data=textValue Result: Done. Continue reading “QRcode get service”…
Yii get user’s attributes Task: get password from user Object: app\models\User#1( => null => null => null … => [… Continue reading “Yii get user’s attributes”…
Amazon Linux + Apache + phpFPM Task: Prepare environment with Apache and phpFPM Implementation: install apache: yum install httpd install php-fpm: yum install php-fpm add autostart:… Continue reading “Amazon Linux + Apache + phpFPM”…
Setup nginx+php7.2fpm Ubuntu 18.04 Install NGINX # Install software-properties-common package to give us add-apt-repository package sudo apt-get install -y software-properties-common # Install latest nginx… Continue reading “Setup nginx+php7.2fpm Ubuntu 18.04”…
Docker php+mysql+xdebug Steps to create configuration: Create docker-compose.yml version: “2” services: web: image: nginx:latest ports: – “80:80” volumes: – ./apps/default:/apps/default – ./logs/nginx:/logs/nginx… Continue reading “Docker php+mysql+xdebug”…
Russian Morphy Cases In Russian language the nouns change their forms and get different endings. These forms (and their endings) are called cases.… Continue reading “Russian Morphy Cases”…