承接 lucbu/angkor-cms 相关项目开发

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

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

lucbu/angkor-cms

Composer 安装命令:

composer create-project lucbu/angkor-cms

包简介

A CMS made with Laravel 5. Multilingual, Multi-themes, Add-ons...

README 文档

README

Angkor

Angkor, in Cambodia’s northern province of Siem Reap, is one of the most important archaeological sites of Southeast Asia. It extends over approximately 400 square kilometres and consists of scores of temples, hydraulic structures (basins, dykes, reservoirs, canals) as well as communication routes. For several centuries Angkor, was the centre of the Khmer Kingdom. With impressive monuments, several different ancient urban plans and large water reservoirs, the site is a unique concentration of features testifying to an exceptional civilization. Temples such as Angkor Wat, the Bayon, Preah Khan and Ta Prohm, exemplars of Khmer architecture, are closely linked to their geographical context as well as being imbued with symbolic significance. The architecture and layout of the successive capitals bear witness to a high level of social order and ranking within the Khmer Empire. Angkor is therefore a major site exemplifying cultural, religious and symbolic values, as well as containing high architectural, archaeological and artistic significance. The park is inhabited, and many villages, some of whom the ancestors are dating back to the Angkor period are scattered throughout the park. The population practices agriculture and more specifically rice cultivation.

http://whc.unesco.org/en/list/668

About AngkorCMS

A content management system (CMS is a computer application that allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface. Such systems of content management provide procedures to manage workflow in a collaborative environment. These procedures can be manual steps or an automated cascade. CMSs have been available since the late 1990s. CMSs are often used to run websites containing blogs, news, and shopping. Many corporate and marketing websites use CMSs. CMSs typically aim to avoid the need for hand coding, but may support it for specific elements or entire pages.

http://en.wikipedia.org/wiki/Content_management_system

AngkorCMS is a CMS build with the framework Laravel 5. Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching. Laravel is accessible, yet powerful, providing powerful tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

http://www.laravel.com

What does AngkorCMS do?

AngkorCMS can manage:

  • Multi languages
  • Templates and themes
  • Users management (With Group/Permissions)
  • Medias
  • News system
  • Plugins (Interactive Maps, Slideshow, Text Content…) (Open to development)

###Screenshots Check the screenshots here

Requirement

You should install an PHP server (like XAMPP) and Composer.

The Laravel framework has a few system requirements:

  • PHP >= 5.4
  • Mcrypt PHP Extension
  • OpenSSL PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension

##Installation

Manual method

Install the packages with composer :

composer install

You will also may have to launch this command:

composer dump-autoload

The .env file:

APP_ENV=local
APP_DEBUG=true
APP_KEY=SomeRandomString

DB_HOST=localhost 		(1)
DB_DATABASE=homestead 	(2)
DB_USERNAME=homestead	(3)
DB_PASSWORD=secret		(4)

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io				(5)
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null

All the information needed to configure AngkorCMS.

  1. The link to the database
  2. Name of the database
  3. Username to access the database
  4. Password to access the database
  5. Info to access mail functionality

Then when the connection to database is operational you can install the tables and seed them by using this command:

php artisan angkorcms:install

Automatic method

Just go to the page '/install' and follow the instructions (only work if debug mode is ON and if the connection to the database send back an error).

##Administration The users infos to access back-end:

lucbu/angkor-cms 适用场景与选型建议

lucbu/angkor-cms 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 25 次下载、GitHub Stars 达 13, 最近一次更新时间为 2015 年 11 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「theme」 「cms」 「laravel」 「multilingual」 「add-ons」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 lucbu/angkor-cms 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 lucbu/angkor-cms 我们能提供哪些服务?
定制开发 / 二次开发

基于 lucbu/angkor-cms 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 13
  • Watchers: 3
  • Forks: 6
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-11-09