zendframework / zend-mvc-plugin-prg
1.2.0
2019-10-19 22:46 UTC
Requires
- php: ^5.6 || ^7.0
- zendframework/zend-mvc: ^3.0
- zendframework/zend-session: ^2.8.5
- zendframework/zend-stdlib: ^3.2.1
Requires (Dev)
- phpunit/phpunit: ^5.7.27 || ^6.5.8 || ^7.1.4
- zendframework/zend-coding-standard: ~1.0.0
This package is auto-updated.
Last update: 2020-01-28 20:05:17 UTC
README
仓库于2019年12月31日被废弃
此仓库已迁移至laminas/laminas-mvc-plugin-prg。
为zend-mvc版本3.0及以上版本提供Post-Redirect-Get控制器插件。
安装
运行以下命令以安装此库
$ composer require zendframework/zend-mvc-plugin-prg
如果您正在使用zend-component-installer,则已安装完成!
如果不使用,则需要将组件作为模块添加到您的应用程序中。将条目'Zend\Mvc\Plugin\Prg'
添加到您的应用程序配置中的模块列表中(通常为config/application.config.php
或config/modules.config.php
之一)。
文档
在线浏览文档,请访问https://docs.zendframework.com/zend-mvc-plugin-prg/