Herramientas Informaticas

Mes: abril 2021

COMO DEBUGGEAR CON PHP8 Y NETBEANS 12 CAPITULO 12

sudo apt install php8.0-mysql
sudo apt install php8.0-xdebug

agregar al php.ini

xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.client_port=9003
xdebug.client_host=localhost
xdebug.log=/var/log/xdebug.log
xdebug.idekey="netbeans-xdebug"

COMO INSTALAR PHP8 EN ZORIN 15.3

sudo apt install software-properties-common

sudo add-apt-repository ppa:ondrej/php

sudo apt install php8.0 libapache2-mod-php8.0

sudo systemctl restart apache2

php -v

CORRECCION DE DETALLES EN EL PUNTO DE VENTA EN PHP 8 CAPITULO 4

En este video veremos como hacer algunas correcciones en el punto de venta, lo haremos totalmente en vivo. EL VIDEO EMPIEZA EN EL MINUTO 9, les dejo el indice
0:00​ Haciendo Pruebas fallidas IGNORAR
9:10​ Clonando el proyecto en del GitHub con Netbeans
10:51​ Correcciones a funciones de las reportes
30:50​ Corrección al menu en moviles
35:17​ Corrección de incompatibilidad de PHP8 con TCPDF también contestaremos preguntas en vivo.

Creado con WordPress & Tema de Anders Norén