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

后端 未结 5 1173
清酒与你
清酒与你 2021-02-08 22:01

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:17

    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.

提交回复
热议问题