Laravel / Intervention Image Class - class not found

前端 未结 7 675
无人及你
无人及你 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:07

    "name": "laravel/laravel",
    "description": "The Laravel Framework.",
    "keywords": ["framework", "laravel"],
    "license": "MIT",
    "require": {
        "laravel/framework": "4.2.*",
        "intervention/image": "dev-master"
    },
    

    add new code "intervention/image": "dev-master" in composer.json, and cmd

    $ composer update
    

提交回复
热议问题