문제

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