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