質問

I have made a small application in laravel framework. bUT I want to host this app to my machine but in production environment so that nobody sees the errors page thrown by laravel framework. Please Note that I am not hosting it to any domain. It will be hosted on my system and will be accessed by others users locally.

役に立ちましたか?

解決

edit the file app/config/app.php and set 'debug' => false

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top