Hello everyone,
I'm Amil Murselovic, and I've been learning Laravel for the past months. I'm reaching out to this community to gain some insights into an aspect of Laravel that has piqued my curiosity.
As we know, Laravel is predominantly a backend framework, but it includes Blade, a templating engine typically used for traditional server-side rendered pages. Given the modern trend towards using Laravel in combination with front-end frameworks like Vue.js for more dynamic applications, I'm curious about the continued role and relevance of Blade in Laravel's ecosystem.
My questions to the community are:
Why does the course "Laravel from scratch" spend so much time using Blade instead of pairing it with some front-end framework?
Maybe, that can answer also these questions below:
Why was Blade included in Laravel, considering its traditional use in a landscape that's rapidly evolving towards API-driven architectures?
Does Blade offer unique advantages in certain scenarios compared to using Laravel purely as a backend?
Maybe, this can be answered by Jeffrey Way :)