前言
本篇為實際上使用Laravel,以及套件Intervention來儲存及重新修改圖片尺寸的學習筆記。
安裝套件Intervention
安裝流程請參照 Intervention GitHub官網
composer require intervention/image |
- 打開
config/app.php
, 在array$providers
裏頭加上Intervention\Image\ImageServiceProvider::class
Update your browser to view this website correctly. Update my browser now