laravel-handlebars
laravel-handlebars copied to clipboard
Update HandlebarsServiceProvider.php
Do not reregister BladeCompiler in Service Provider. It will already have been registered by the framework. Re-registering will cause Blade::withoutDoubleEncoding(); that has been called in AppServiceProvider to be effectively ignored, as the BladeComiler's echoFormat parameter will have been reset.