Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how do you install PHP libraries on XAMPP?

Tags:

php

xampp

So I know that to install a PHP librabry usually you install it in the /lib/ folder on the webserver however I can't find a /lib/ folder on XAMPP and I'm trying to install Swiftmailer in XAMPP.

like image 744
user519753 Avatar asked Feb 20 '23 09:02

user519753


1 Answers

In /php/ext you can drop php extensions, remember to add them to php.ini later in /php/php.ini with the respective configuration. You can also use PECL.In /php/ext you can drop php extensions, remember to add them to php.ini later in /php/php.ini with the respective configuration. You can also use PECL.

like image 121
gosukiwi Avatar answered Feb 22 '23 22:02

gosukiwi