Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不习惯 SwiftMailer,所以我刚刚下载了 PHPMailer 以供使用。问题是 PHPMailer 没有任何“命名空间”语句,所以我不能在 Controller 中使用它。如何包含和声明它?
解决方法是将它放在vendor文件夹中,然后放入namespacePHPMailer 的每个文件中。然后use在Controller中。有用。
vendor
namespace
use