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

后端 未结 5 1149
清酒与你
清酒与你 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:32

    Just Run the command

    composer install --no-scripts
    

    Or,

    composer update --no-scripts
    

提交回复
热议问题