Generate breadcrumb files for front end. See zip for sample files. `paths.php` is simply ``` <?php return [ /* |-------------------------------------------------------------------------- | Module |-------------------------------------------------------------------------- | | Specify the front end module path. | | i.e. 'staff' yields http://yoursite.com/staff | */ 'module' => 'staff', ]; ``` [Command.zip](https://github.com/websemantics/builder-extension/files/540319/Command.zip)