zendframework / zend-mvc-plugin-fileprg
此软件包已被废弃,不再维护。作者建议使用 laminas/laminas-mvc-plugin-fileprg 软件包。
支持文件上传处理的zend-mvc控制器Post/Redirect/Get插件
1.1.0
2018-04-30 20:02 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-filter: ^2.6.1
- zendframework/zend-form: ^2.7
- zendframework/zend-inputfilter: ^2.8.1
- zendframework/zend-mvc: ^3.0
- zendframework/zend-session: ^2.8.5
- zendframework/zend-stdlib: ^2.7 || ^3.0
- zendframework/zend-validator: ^2.6
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.5
- zendframework/zend-coding-standard: ~1.0.0
Conflicts
- zendframework/zend-mvc: <3.0.0
This package is auto-updated.
Last update: 2020-01-28 20:10:17 UTC
README
仓库已废弃 2019-12-31
此仓库已迁移到 laminas/laminas-mvc-plugin-fileprg。
提供适用于zend-mvc 3.0及以上版本的Post-Redirect-Get控制器插件,专门用于包含文件上传的提交。
如果您需要不带文件上传支持的通用PRG插件,请参阅zend-mvc-plugin-prg。
安装
运行以下命令来安装此库
$ composer require zendframework/zend-mvc-plugin-fileprg
如果您正在使用zend-component-installer,您已完成操作!
如果不是,您需要将组件作为模块添加到您的应用程序中。将条目 'Zend\Mvc\Plugin\FilePrg'
添加到您的应用程序配置中的模块列表中(通常是 config/application.config.php
或 config/modules.config.php
)。
文档
在线浏览文档 https://docs.zendframework.com/zend-mvc-plugin-fileprg/