Generate Model, Controller outside of app folder in Laravel

前端 未结 2 1964
有刺的猬
有刺的猬 2021-01-23 08:19

How to create controller and model files outside of app folder. For example, when we do

php artisan make:model ModelName

it creates Model file

2条回答
  •  孤城傲影
    2021-01-23 09:07

    I don't see the reason, but I managed to make it on my local computer by php artisan make:model ../../mOdel . Probably in production environment you won't be allowed to do this.

提交回复
热议问题