<?php
namespace Illuminate\Contracts\Support;
interface Htmlable
{
/**
* Get content as a string of HTML.
*
* @return string
*/
public function toHtml();
}
For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository