Skip to content

Differences between Blade and BladeOne

Jorge Castro edited this page Apr 22, 2020 · 1 revision

Differences between Blade and BladeOne

  • Laravel's extension removed.
  • Dependencies to other class removed (around 30 classes).
  • The engine is self-contained.
  • Setter and Getters removed. Instead, we are using the PHP style (public members).
  • BladeOne doesn't support static calls.
  • x-template is not supported by BladeOne