laravel 安装excel

1、安装 一、composer require maatwebsite/excel ~3.1.0 二、在项目下composer.json中require里添加"maatwebsite/excel":"~3.1",并运行composer update 加载该包 2、配置 一、在config/app.php中注册服务提供者到providers数组:Maatwebsite\Excel\ExcelServ
相关文章
相关标签/搜索