PHPackages                             lucbu/angkor-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. lucbu/angkor-cms

ActiveProject[Localization &amp; i18n](/categories/localization)

lucbu/angkor-cms
================

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

v1.0.1(10y ago)13256MITPHP

Since Nov 9Pushed 10y ago3 watchersCompare

[ Source](https://github.com/lucbu/AngkorCMS)[ Packagist](https://packagist.org/packages/lucbu/angkor-cms)[ RSS](/packages/lucbu-angkor-cms/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (4)Used By (0)

**AngkorCMS**
=============

[](#angkorcms)

Angkor
------

[](#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.

About **AngkorCMS**
-------------------

[](#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](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.

What does **AngkorCMS** do?
---------------------------

[](#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](https://github.com/lucbu/AngkorCMS/wiki/Screenshots)

Requirement
-----------

[](#requirement)

You should install an PHP server (like [XAMPP](https://www.apachefriends.org/faq_windows.html)) and [Composer](https://getcomposer.org/doc/00-intro.md#installation-windows).

The Laravel framework has a few system requirements:

- PHP &gt;= 5.4
- Mcrypt PHP Extension
- OpenSSL PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension

\##Installation

### Manual method

[](#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

[](#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:

- Login :
- Password : password
- URL : /admin

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

2

Last Release

3837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/133058028cc1ff766214ff33b35e033c520f15b17805d8c9e57d8ddbf3574332?d=identicon)[lucbu](/maintainers/lucbu)

---

Top Contributors

[![lucbu](https://avatars.githubusercontent.com/u/5434555?v=4)](https://github.com/lucbu "lucbu (72 commits)")

---

Tags

laravelmultilingualcmsthemeadd-ons

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lucbu-angkor-cms/health.svg)

```
[![Health](https://phpackages.com/badges/lucbu-angkor-cms/health.svg)](https://phpackages.com/packages/lucbu-angkor-cms)
```

###  Alternatives

[typicms/base

A modular multilingual CMS built with Laravel, enabling developers to manage structured content like pages, news, events, and more.

1.6k20.3k](/packages/typicms-base)[asgardcms/platform

The AsgardCms application.

78860.8k](/packages/asgardcms-platform)[velstorelabs/velstore

Velstore - A multi-vendor, multi-lingual Laravel eCommerce boilerplate.

6301.3k](/packages/velstorelabs-velstore)[jayesh/laravel-gemini-translator

An interactive command to extract and generate Laravel translations using Gemini AI.

691.7k1](/packages/jayesh-laravel-gemini-translator)[martin-schenk/laravel-cookie-consent

GDPR-compliant cookie consent system with minimal dependencies for Laravel 11 and 12

101.3k](/packages/martin-schenk-laravel-cookie-consent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
