apache - Some PHP errors don't appear in the browser -


i'm working in laravel 5 application. have been playing around configuration values , creating routes, controllers, models , views. used view php errors in browser, now, don't understand why. errors. in case, browser returns 500 http error (internal server error).

for example, if call url don't have correspondent route, error description in browser. if have route pointing controller not exist, receive 500 http error. why happen?

it permissions problem, on storage folder, i.e. laravel cannot write log file. running chmod -r 755 storage root of project , problem resolve.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -