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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.