Laravel 4 generate not working

后端 未结 4 1077
猫巷女王i
猫巷女王i 2021-02-04 15:49

I am new to frameworks please help me out with this. I am trying to create a file in controller using generate. The following is the command

php artisan generate         


        
4条回答
  •  灰色年华
    2021-02-04 16:38

    By following the above procedure you might sometimes face this kind of error:

    {"error":{"type":"Symfony\\Component\\Debug\\Exception\\FatalErrorException",
    

    To avoid it be sure to do "composer update" before following the procedure.

提交回复
热议问题