Laravel error in /bootstrap/start.php: \Illuminate\Foundation\Application not found

后端 未结 5 1334
有刺的猬
有刺的猬 2021-02-08 21:53

So, I installed Laravel on a dev server (php5.5.3, standard installation, mcrypt installed), and I get the following error message:

Fatal error: Class \'Illumina         


        
5条回答
  •  有刺的猬
    2021-02-08 22:07

    Correct the composer.json. This might happen after you have added a new package configuration by dublicating the require tag.

    Do not create yet another

    require: {
         ..
        }
    

    use the previous defined one.

    Then follow the accepted answer to re-install the packages.

提交回复
热议问题