share(function($app) { $mapping = array(); foreach($app['xsendfile.mapping'] as $path => $mountPoint) { $mapping[] = array( 'directory' => $path, 'mount-point' => $mountPoint, ); } return Mapping::create($app, $mapping); }); } public function boot(Application $app) { } }