简体   繁体   中英

how do you install PHP libraries on XAMPP?

因此,我知道通常在Web服务器上的/ lib /文件夹中安装PHP librabry,但是我在XAMPP上找不到/ lib /文件夹,因此我试图在XAMPP中安装Swiftmailer。

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.

XAMPP is the tools stack that allows you to run PHP applications on an Apache server (Perl and MySQL also). It isn't supposed to keep any kind of library.

I suggest you saving your libraries in your project's folder.
Or in a global folder that you will add to your PHP include path .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM