publishDirectory() protected method
Publishes a directory.
protected array publishDirectory ( $src, $options )$src string
The asset directory to be published $options array
The options to be applied when publishing a directory. The following options are supported: only: array, list of patterns that the file paths should match if they want to be copied. except: array, list of patterns that the files or directories should match if they want to be excluded from being copied. caseSensitive