addDirectory | Workspaces
Recursively adds all Blade templates to the workspace discovered within the provided directory. Argument Description $directory The path. 1 <?php 2 3 use Stillat \ BladeParser \ Workspaces \ Workspace ; 4 5 public function addDirectory ( 6 string...