Laravel 4: Fatal error: Class 'Patchwork\Utf8\Bootup' not found in autoload.php

后端 未结 6 1893
一生所求
一生所求 2021-01-14 15:06

I added \"cviebrock/image-validator\": \"1.0.*\" to require section of composer.json. After, I ran composer update

6条回答
  •  南笙
    南笙 (楼主)
    2021-01-14 15:30

    I Solved It With composer dump-autoload and then composer update

    After that it works But if you encounter more issue try to Delete the vendor folder or just rename it fo backup puporse incase it fails like mv vendor ve then

    Delete composer.lock
    

    Run the command composer clearcache (or clear-cache) Run composer install

    Your good to go.

提交回复
热议问题