afbora / kirby-blade

Enable Laravel Blade Template Engine for Kirby 3
MIT License
20 stars 7 forks source link

No stack trace when errors are thrown #10

Closed wagnerpaul closed 4 years ago

wagnerpaul commented 5 years ago

The errors that blade throws are often useless because there is no real stack trace. Although there is no real stack trace it will produce a hint as to which view had the error in the top level error but only if you use a laravel directive to include it. If you use a kirby snippet() helper you will only see an error with no stack trace and a reference to the blade template that called it.

afbora commented 4 years ago

@wagnerpaul You're right! The plugin had a lack of debugging, but I corrected it in the last version as v1.5.1+. Is it still continue?

afbora commented 4 years ago

Feel free to repoen the issue still continue