Laravel安装LaravelExcel

  1. 首先第一步需要安装此包,通过composer的安装方式
    此时的版本为2.1.0 使用命令:composer require maatwebsite/excel ~2.1.0

    CMD截图

  2. 需要在config/app.php中注册此插件
    providers数组中

    app.php

  3. 方便使用需要在config/app.php中注册此插件的门面
    aliases数组中

    aliases

你可能感兴趣的:(Laravel安装LaravelExcel)