Skip to content
Lê Chí Dũng edited this page Dec 3, 2017 · 6 revisions

Lcd CMS

=================

🚲Introduce

Lcd CMS is small project build on Phalcon framework 3.2. It's apply to 8-Bit-Baseball's projects.
Developer can use to develop powerful applications with low server consumption and high performance via Phalcon's architecture allows the framework to always be memory resident, offering its functionality whenever its needed, without expensive file stats and file reads that traditional PHP frameworks employ.

🏍Basic features

  • Use HMVC, Repository Pattern
  • Use multi modules
  • Use multi languages (English package, Vietnamese package)
  • Use configuration: development, staging, production
  • Use vendor php via composer
  • Use library private
  • Use helper for view or controller of module
  • Use memcached, APC cached

🚜Install required

  • Phalcon 3.2+
  • PHP >= 5.6 and 7.0 (Phalcon framework support)
  • MySQL, MariaDB,... (Phalcon framework support)

🚅Agenda

  1. How to config Lcd CMS on Nginx
  2. How to config Lcd CMS on Apache
  3. How to set environment
  4. How to config connect to MariaDB
  5. How to use migration Phalcon to run Lcd CMS
Clone this wiki locally