Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 616 Bytes

errors.md

File metadata and controls

11 lines (7 loc) · 616 Bytes

Errors & Logging

Introduction

When you start a new Lumen project, error and exception handling is already configured for you. In addition, Lumen is integrated with the Monolog logging library, which provides support for a variety of powerful log handlers.

For more information on errors, please consult the full Laravel documentation on errors.
For more information on logging, please consult the full Laravel documentation on logging.