Install Tidy On Unbuntu 14.04 And Use In PHP7

A1WEBSITEPRO QuestionsCategory: PHPInstall Tidy On Unbuntu 14.04 And Use In PHP7
John asked 7 years ago

How can I install Tidy on Ubuntu  14.04 and use it in my PHP7 Application?

Install Tidy On Unbuntu 14.04 And Use In PHP7 was last modified: July 10th, 2017 by John
1 Answers
Maximus Mccullough Staff answered 7 years ago

Here are the steps.

Check to see if it installed on your machine. enter this command in the terminal.
apt-cache search php7.0-tidy
If not enter this.
apt-get install tidy
Now you need to enable it in PHP7
apt-get -y install php7.0-tidy
Restart Apache and your ready to goservice apache2 restart

Answer for Install Tidy On Unbuntu 14.04 And Use In PHP7 was last modified: July 10th, 2017 by Maximus Mccullough