laravel-db-blade-compiler icon indicating copy to clipboard operation
laravel-db-blade-compiler copied to clipboard

Difference between Laravel 9&10 Core functionality

Open Marcel-Sass opened this issue 1 year ago • 0 comments

What is the benefit of this Package over the use of the Core functionality available since Laravel 9?

Since Laravel 9 you can do following:

use Illuminate\Support\Facades\Blade;

...

$result = Blade::render($bladeContent, $data);

Marcel-Sass avatar Apr 11 '24 07:04 Marcel-Sass