server:run Exception There are no commands defined in the “server” namespace

前端 未结 13 1409
甜味超标
甜味超标 2020-12-25 10:17

When I run the server using php bin/console server:run I get the following error. There are no commands defined in the \"server\" namespace.

<
13条回答
  •  佛祖请我去吃肉
    2020-12-25 10:52

    1. Disabling firewall help
    2. running......composer clear cache helped in allowing permission
    3. running......composer req webserver helped clear my commands defined in the "server" namespace

提交回复
热议问题