Laravel / Intervention Image Class - class not found

前端 未结 7 638
无人及你
无人及你 2020-12-03 05:00

I just installed Intervention Image Class following instructions from here: http://image.intervention.io/getting_started/installation

I also added these 2 lines into

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 05:26

    Try this, It works for me.

    use Intervention\Image\Facades\Image as Image;
    

提交回复
热议问题