anlutro / laravel-4-smart-errors

Smarter error handling for Laravel 4
65 stars 13 forks source link

Add more descriptive Exception Stack Trace and include option to log database queries. #7

Closed Xethron closed 10 years ago

Xethron commented 10 years ago

Exception Stack Traces will now be printed out without cutting off valuable pieces of information. The Stack Trace will also include the variables that where passed.

There is an option to turn on database query logging. Its been set to default as it will cause errors if the database isn't setup yet.

This was tested in L4.1 without an email server, but I'm sure the emails will work.

anlutro commented 10 years ago

Call to undefined method Xethron\L4ToString::queryToString()

I probably won't merge this as is FYI, but will be using your library!

anlutro commented 10 years ago

This has been released with v2.1.0 :)