CakeFest 2024: The Official CakePHP Conference

Instalación

Esta extensión está ligada con PHP, y se instala usando la opción de configuración --with-tidy.

add a note

User Contributed Notes 3 notes

up
-13
a dot sadegh63 at gmail dot com
1 year ago
install tidy on ubuntu 20.0.4 for PHP 8.1
sudo apt-get install php8.1-tidy
up
-31
Anonymous
10 years ago
On Redhat-ish linux, you must install both libtidy and libtidy-devel (PHP 5.x):
sudo yum install libtidy libtidy-devel
up
-38
krzysztof at madejscy dot pl
5 years ago
On Ubuntu 17.10 and php 7.1:
sudo apt install libtidy-dev libtidy5 php-tidy
To Top