osflab / navigation
OSF 导航组件
3.0.0
2018-02-26 14:34 UTC
Requires
- php: ^7.1.0
- mobiledetect/mobiledetectlib: 2.8.30
- osflab/application: ~3.0.0
- osflab/container: ~3.0.0
- osflab/controller: ~3.0.0
- osflab/exception: ~3.0.0
- osflab/helper: ~3.0.0
- osflab/stream: ~3.0.0
- osflab/view: ~3.0.0
Requires (Dev)
- osflab/test: ~3.0.0
This package is not auto-updated.
Last update: 2024-09-15 05:55:22 UTC
README
与前端 flux/redux 容器结合使用的导航结构。
安装
您需要至少 php 7.1 和 composer
sudo apt install composer
在您的应用中通过 composer
这是在非 osf 项目中使用此功能的推荐方法。
只需在您的 composer.json 文件中添加 osflab/navigation
。
从 github
测试组件或参与其开发。
git clone https://github.com/osflab/navigation.git cd navigation && composer update
单元测试启动
vendor/bin/runtests