error.php 833 B

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return array(
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Error Detail
  6. |--------------------------------------------------------------------------
  7. |
  8. | Would you like detailed error messages?
  9. |
  10. | If your application is in production, consider turning off error details
  11. | for enhanced security and user experience.
  12. |
  13. */
  14. 'detail' => true,
  15. /*
  16. |--------------------------------------------------------------------------
  17. | Error Logging
  18. |--------------------------------------------------------------------------
  19. |
  20. | Would you like errors to be logged? Error logging can be extremely
  21. | helpful when debugging a production application.
  22. |
  23. | Note: When error logging is enabled, errors will be logged even when
  24. | error detail is disabled.
  25. |
  26. */
  27. 'log' => false,
  28. );