Swaggervel
Swaggervel copied to clipboard
Compatibility with Laravel 5.4
Removal of undefined methods setEscapedContentTags and setContentTags methods on Blade Facade.
For backwards compatibility:
$laravel = app();
if (version_compare($laravel::VERSION, '5.4', '<')) {
Blade::setEscapedContentTags('{{{', '}}}');
Blade::setContentTags('{{', '}}');
}
I'm facing this issue, does someone facing the same issue now?
please merge it. same issue