registerCustomComponentTag | The Document Parser
Registers a single custom component tag name. Argument Description $tagName The component tag name. 1 <?php 2 3 use Stillat \ BladeParser \ Parser \ DocumentParser ; 4 5 public function registerCustomComponentTag ( 6 string $ tagName 7 ) :...