承接 venu/sf2-blog 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

venu/sf2-blog

Composer 安装命令:

composer require venu/sf2-blog

包简介

Simple blog application built on symfony2

README 文档

README

This is simple demo of creating blog using symfony2 (2.1) & with some good bundles.

  • FOSUserBundle
  • FosRestBundle
  • NelmioApiDocBundle
  • JMSSerializerBundle
  • TinymceBundle
  • Doctrine Bundles (ORM, fixtures, Migrations etc)
  • and some other good bundles

Features

  • Anonymous/Logged in user can view posts.
  • User can register, log-in etc
  • User can post comments.
  • User can like/dislike posts.
  • Admin can login.
  • Admin can manage (create/view/edit/delete) posts.
  • Admin can manage comments.

Intallation

  • git clone git@github.com:venu/sf2-blog.git
  • curl -s http://getcomposer.org/installer | php
  • php composer.phar install
  • Rename app/config/paramters.dist.yml to app/config/paramters.yml
  • Modify app/config/paramters.yml file with your database settings.
  • Create virtualhost for blog.local. And that domain in host file.

Setup Database

  • php app/console doctrine:migrations:migrate
  • php app/console doctrine:fixtures:load --append

Testing

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2012-12-19