fduarte42/zend-expressive-static-files
Composer 安装命令:
composer require fduarte42/zend-expressive-static-files
包简介
A PSR-15 middleware that serves static assets for you. Is similar to the "serve-static" npm package.
README 文档
README
A PSR-15 middleware that serves static assets for you
Laminas/Mezzio
Use https://github.com/fduarte42/laminas-static-files for a laminas/mezzio and php 8 compatible version
Example usage:
$app->pipe('/fun-module/assets', new \Fduarte42\StaticFiles\StaticFilesMiddleware( __DIR__ . '/../vendor/fund-module/public', ['publicCachePath' => __DIR__ . '/../public/fun-module/assets'] ));
This is a fork of Serve Static https://github.com/reliv/serve-static
统计信息
- 总下载量: 5.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2019-03-23