sumocoders/framework
最新稳定版本:v12.2.2
Composer 安装命令:
composer create-project sumocoders/framework
包简介
The Sumocoders framework based on Symfony
README 文档
README
Installation
This is the SumoCoders Symfony Framework. You can install it using
composer create-project -s dev sumocoders/framework .
Configuration
Initial database
Before you can do anything your database should be initialized.
app/console doctrine:migrations:migrate
Initial user
Add a user with
app/console sumocoders:multiuser:create <username> <password> <displayName> <email>
You can now go to /en/login and login with the given user.
Configure migrations
When you start you should initialize the migrations:
app/console doctrine:migrations:status
Bootstrap integration
We use ...
See https://github.com/phiamo/MopaBootstrapBundle for more information.
Other
Frontend
Development
- Creating new bundles
- Fixtures
- Database Changes/Migrations
- Adding items into the menu/navigation
- Adding a language switch
- Using Datepickers
- Using the breadcrumb
- Using pagination
Putting your project online
Issues
统计信息
- 总下载量: 121
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-19