native5/app
Composer 安装命令:
composer create-project native5/app
包简介
Sample Application using the Native5 Platform
README 文档
README
See Getting started to setup your application. Drop in or symlink your application into your webserver applications folder to have your first multi-channel application on the Native5 Platform.
#Accessing the application Credentials for demo application : demo/demo
#Structure (Understanding the app folder hierarchy)
- controllers # Store your request handlers for incoming web requests.
- models # Application specific data structures
- views # Store all your dynamic UX content here. ** templates # Twig markup based templates ** resources # JS/CSS (Can also include SASS files)
- libs ## Reusable application code.
- index.php # Entry point for Application
- config # Configuration
- composer.json # Define your third party libraries/dependencies which can be downloaded using composer.
- .htaccess # Used by Apache to redirect incoming calls onto index.php #Change at own risk.
统计信息
- 总下载量: 50
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2013-11-28