Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 984 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 984 Bytes

Sitetronic Exams (Laravel 5.8)

Laravel's logging system helps a lot for storing data as well as while troubleshooting some hidden bugs. The data related to the exception automatically gets logged whenever something goes wrong.

Sometimes, we need more than just stack trace to debug the issue easily. The things like request URL, request input data, session data, etc. help us hunt down the exact cause quickly. That's what this plug-and-play Laravel package does for you :)

Requirements

  • PHP 7.1.3+
  • Laravel 5.8+

Installation

This is a work in progress and installation through composer isn't available. However, this can be installed through a package and tricking composer as if it exists.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Special Thanks to