laravel-db-blade-compiler
laravel-db-blade-compiler copied to clipboard
Difference between Laravel 9&10 Core functionality
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);