Class 'Illuminate\Foundation\Application' not found Laravel

后端 未结 1 608
粉色の甜心
粉色の甜心 2021-01-16 03:25

I installed via composer the Guzzle and i received this error,

> @php artisan package:discover
PHP Fatal error:  Uncaught Error: Class \'Illuminate\\Found         


        
相关标签:
1条回答
  • 2021-01-16 04:12

    Delete vendor folder and composer.lock.

    After that

    composer install

    then

    composer update --no-scripts

    Try this, this will solve your error. Note: Please make sure you have all packages in composer.json.

    0 讨论(0)
提交回复
热议问题