Laravel Excel
-
엑셀(Excel) 다루기Laravel 2020. 4. 27. 14:12
# Laravel Excel 패키지를 사용하여 엑셀 다운로드를 진행해볼 예정 https://docs.laravel-excel.com/3.1/getting-started/installation.html Installation | Laravel Excel Installation Requirements PHP: ^7.0 Laravel: ^5.5 PhpSpreadsheet: ^1.6 PHP extension php_zip enabled PHP extension php_xml enabled PHP extension php_gd2 enabled Installation Require this package in the composer.json of your Laravel project. This will downl ..