Skip to content
MikaelMattsson edited this page Oct 22, 2013 · 2 revisions

Welcome to the blade wiki!

General ideas and goals

  • We are currently using a lot of unnesessary laravel code. This is because it was kind if easy to get it to work by just including stuff from laravel. I (Mikael) would like to get away from this so our project can be easily mentainable.
  • I (Mikael) want it to make debugging easier for theme developers. Laravel 4 has a pritty cool way of showing errors in template files. Maybe we can have a reference to the original file in the compiled file, and then have our own error catching, and if it is an error in the compiled file, it will show the template file with the row highlighted.
Clone this wiki locally