Laravel 5 Unable to detect application namespace

前端 未结 6 919
灰色年华
灰色年华 2020-12-29 18:10

I\'m new to Laravel 5 and trying to understand it bit by bit and at the moment I\'m really confused with error messages. MVC is new thing to me.

What I\'m trying to

6条回答
  •  误落风尘
    2020-12-29 18:31

    Usually, this means that your composer.json file contains invalid JSON. Usually an extra comma at the end of an array.

    Try running this to tell you exactly where the issue is:

    composer diagnose
    

提交回复
热议问题