Laravel 如何使用 vendor 里面的包的?
使用composer require下载了包到vendor目录中,那如何在控制器中使用包呢,
是用require 绝对路径到autoload.php 这种做法吗?
直接在控制器中 use 你引入的composer 包就可以了