Вопрос

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