Metin2CMS will be complex and flexible cms made for Metin2. Also, it will support other games in the future, i hope.
The main feautures that will include:
* Enterprise quality code
* Plugin support: Done
* Themes support: Done
* Static pages (from admin panel)
* RESTful API for frontend clients (AngularJS, Backbone, Desktop Apps)
* Friendly urls - configured from admin panel
* Assets compress on the fly
* Smart installer
* Database seeders with fake data for testing: Done
* Integrated with paypal and other sms api
* User panel with inbox
* Events support. Everything will be customisable by catching the events Done
* Cache support via memcached / apc / filebased
* Internationalization support
* Maintenance system: Done
* Admin panel: Done
Installation:
Code:
1. Install apache or nginx with php 5.4
2. Install composer
Link: https://getcomposer.org/download/
3. Install git
Windows: http://git-scm.com/download/win
Ubuntu: sudo apt-get install git-core
4.
cd <your project parent directory>
git clone https://github.com/ionutxp/metin2cms
cd metin2cms
cp .env.example .env
composer update
php artisan migrate
php db:seed
Github link:
Full script:

(with dependencies)
Some screens:

(to be updated)
You can help with a nice design to replace that ugly bootstrap template / bugfixes / new features ideas / money or whatever.
I`ll soon post some tutorials for `How to use` and a demo page