BlizzCMS an Open-Source CMS

Related tags

CMS php cms blizzcms
Overview

BlizzCMS Plus

BlizzCMS Plus is a restructured and improved version of BlizzCMS v1. The development of this version is made constantly by the developers of WoW-CMS in closed source taking into consideration that it is necessary to obtain a license for a public use.

Project Status Project Version

Requirements Description
PHP Version 7.1 or newer is recommended (Version 8.x is currently not supported.)
Apache Modules mod_headers - mod_rewrite - mod_expires
PHP Extensions curl - gd2 - mbstring - mysqli - openssl - soap - gmp

Useful Links

In linux (Apache Modules)

a2enmod headers
a2enmod rewrite
a2enmod expires

Edit Sites Available

/etc/apache2/sites-available/000-default.conf

<Directory "/var/www/html">
	AllowOverride All
</Directory>

Restarting the service

/etc/init.d/apache2 restart or service apache2 restart

Active Developers

  • @perioner - Back/Front-End Developer
  • @DZywolf - Back/Front-End Developer

Inactive Developers

  • @vipo - Back-End Developer

Copyright

Copyright © 2021 WoW-CMS.

Comments
  • [Modules/Forum] Fix 500 Internal Server error on reply

    [Modules/Forum] Fix 500 Internal Server error on reply

    Description

    adjust controller function call to match the actuell model function

    Motivation and Context

    Replys couldn´t be created

    How Has This Been Tested?

    Screenshots (if appropriate):

    Types of changes

    • [x] Bug fix (non-breaking change which fixes an issue)
    • [ ] New feature (non-breaking change which adds functionality)
    • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

    Checklist:

    • [x] My code follows the code style of this project.
    • [ ] My change requires a change to the documentation.
    • [ ] I have updated the documentation accordingly.
    opened by DuelistRag3 8
  • Add support for docker out of the box

    Add support for docker out of the box

    Description

    Adds support out of the box for docker. With a couple of simple commands you can have BlizzCMS running.

    Motivation and Context

    Feature

    How Has This Been Tested?

    This has been tested in a local lab

    Types of changes

    • New feature: Add support for docker
    docker 
    opened by 0xCiBeR 8
  • 🐛 [Bug Report]:

    🐛 [Bug Report]:

    BlizzCMS Version

    1.2.1

    Emulator

    TrinityCore

    PHP Version

    PHP 7.4

    Operating system

    Windows

    Web server

    Apache

    Database

    MySQL 8.0 I think?

    What happened?

    Everything works just fine and dandy. When accessing from static IP Can create account, login to account. When accessing from domain it wont login nor create account.

    AN ERROR WAS ENCOUNTERED The action you have requested is not allowed.

    Sorry if its something dumb. Cheers for this gem!

    How can the issue be reproduced?

    Accessing from static IP & Domain.

    Screenshots

    No response

    question 1.x 
    opened by kkkkkkkkkkkkk-ddd 6
  • Modification of the getRank function in Auth_model.php

    Modification of the getRank function in Auth_model.php

    Description

    The function is modified, because it was having some problems with some emulators, whose tables are not updated / did not change their structures.

    Tests were performed, with the latest version of AzerothCore, and there seems to be no problems. It remains to test on other emulators, to know if it works correctly.

    Screenshots (if appropriate):

    admin_panel

    account_access

    After testing, I modified the gmlevel and it still worked.

    UPDATE `account_access` SET `gmlevel`=9 WHERE `id`=11;
    
    opened by pangolp 6
  • [Bug Report]: Soap Issue.Connecting but have error

    [Bug Report]: Soap Issue.Connecting but have error

    What operating system are you using?

    Windows

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Localhost

    Which emulator are you using and which version?

    SkyFire

    Describe the bug

    Checksoap gives error. Does not say can not connect Like I have seen previously. Or is this not connecting?

    Using MoP Emucoach premium. Cms version 1.1.0

    How can I reproduce the problem?

    Not sure how to reproduce

    Screenshots

    image

    help wanted 1.x 
    opened by cutdachez 5
  • [Help Wanted]: Updated Documentation, Discord links?

    [Help Wanted]: Updated Documentation, Discord links?

    What happened?

    Aloha, I managed to get BlizzCMS Working on an IIS Server, URL Rewrite is a Requirement to add to iis, But i your documents links are dead as well as Discord links on here, on kofi and on the main website are all invalid. I see that the page has a Admin CP but with out documentation im having alittle trouble gaining full controll over the CMS, Also how do i make it so it will accept characters like !! in the password, it only asks for Alpha Numerics

    Version

    1.0.7.8 (Recommended)

    Browser

    Firefox

    What version of PHP are you running?

    PHP7

    1.x 
    opened by Xeliaa 5
  • [Bug Report]: Call to undefined method Auth_model::Account()

    [Bug Report]: Call to undefined method Auth_model::Account()

    What operating system are you using?

    Linux

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Dedicated server

    Which emulator are you using and which version?

    AzerothCore

    Describe the bug

    When you try to recovery an account this you get this error (looking into the networking tab on developers mode (F12) in the browser)

    image

    image

    Searching in the files, i found the function sendpassword from User_model.php and here is the code of line 280

    $newpassI = $this->wowauth->Account($username, $newpass);

    but i didnt find the wow->Account in the Auth_model.php

    image

    Another observation is the newpass dont have the srp6 implemented.

    How can I reproduce the problem?

    1 - enable the recovery option on modules settings 2 - configure an SMTP server 3 - 4 - Press F12 in your browser and put in networking tab 4 - try recovery an account 5 - click on the forgotpassword in red on the list on networking tab

    Screenshots

    No response

    1.x 
    opened by bronzato 5
  • [Bug Report]: Message: Trying to access array offset on value of type bool

    [Bug Report]: Message: Trying to access array offset on value of type bool

    What operating system are you using?

    Linux

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Localhost

    Which emulator are you using and which version?

    TrinityCore

    Describe the bug

    After filling out the information to log into the databases i get several errors.

    Error 1:

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type bool

    Filename: core/MY_Lang.php

    Line Number: 97

    Backtrace:

    File: /home/painwithin/public_html/register/application/core/MY_Lang.php Line: 97 Function: _error_handler

    File: /home/painwithin/public_html/register/index.php Line: 320 Function: require_once

    Error 2:

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type bool

    Filename: core/MY_Lang.php

    Line Number: 109

    Backtrace:

    File: /home/painwithin/public_html/register/application/core/MY_Lang.php Line: 109 Function: _error_handler

    File: /home/painwithin/public_html/register/index.php Line: 320 Function: require_once

    Error 3

    A PHP Error was encountered

    Severity: Notice

    Message: Trying to access array offset on value of type null

    Filename: core/MY_Lang.php

    Line Number: 109

    Backtrace:

    File: /home/painwithin/public_html/register/application/core/MY_Lang.php Line: 109 Function: _error_handler

    File: /home/painwithin/public_html/register/index.php Line: 320 Function: require_once

    and Error 4:

    A PHP Error was encountered

    Severity: Warning

    Message: Cannot modify header information - headers already sent by (output started at /home/painwithin/public_html/register/system/core/Exceptions.php:271)

    Filename: core/MY_Lang.php

    Line Number: 119

    Backtrace:

    File: /home/painwithin/public_html/register/application/core/MY_Lang.php Line: 119 Function: header

    File: /home/painwithin/public_html/register/index.php Line: 320 Function: require_once

    How can I reproduce the problem?

    I am unsure how i can produce a way for someone else to get these errors, i simply filled in the form for the configuration of the database and then these errors pop up, im not sure if its something im somehow doing wrong or not.

    Screenshots

    No response

    To add some additional information, my WoW Server is on a Windows VM and the web server is on a linux VM "i use proxmox" so i put the IP information in accordingly to the auth and the database i made for the site.

    1.x 
    opened by Painwithin 4
  • [Bug Report]: a little help

    [Bug Report]: a little help

    What operating system are you using?

    Linux

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Dedicated server

    Which emulator are you using and which version?

    AzerothCore

    Describe the bug

    https://pastebin.com/wfQmyxEB

    How can I reproduce the problem?

    No response

    Screenshots

    No response

    1.x 
    opened by Dude100 4
  • Notifications in register

    Notifications in register

    Description

    • [x] Modify the control to send messages
    • [x] Modify the view to display messages
    • [x] Correct line breaks and tabs and spaces

    Screenshots (if appropriate):

    opened by pangolp 4
  • [Bug Report]: cMangos

    [Bug Report]: cMangos

    What operating system are you using?

    Windows

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Localhost

    Which emulator are you using and which version?

    MaNGOS

    Describe the bug

    With https://github.com/cmangos/mangos-tbc/commit/a88c9d5fd3e1b99a77184e989497e90d03aec313#diff-64b23ee7ecc4085ea5f9c306d270e6bc9331fb63c3d71b5d53cc78ebfe2d80a6 cmangos stoped using last_ip and last_login When using cmangos and trying to login you will get error

    ` A Database Error Occurred

    Error Number: 1054

    Unknown column 'last_login' in 'field list'

    SELECT last_login FROM account WHERE id = '5'

    Filename: C:/xampp/htdocs/system/database/DB_driver.php

    Line Number: 691 `

    How can I reproduce the problem?

    Install CMS and use newest cMangos realmd DB. Login / Register -> get the error.

    Screenshots

    No response

    1.x 
    opened by miraco 3
  • 🐛 [Bug Report]:

    🐛 [Bug Report]:

    BlizzCMS Version

    2.0

    Emulator

    AzerothCore

    PHP Version

    PHP 7.4

    Operating system

    Linux

    Web server

    Apache

    Database

    MariaDB 10.7

    What happened?

    I just tried to use version 2.0. When I filled in the site name and selected the next step of the simulator, I prompted: PAGE NOT FOUND. The page you requested could not be found

    How can the issue be reproduced?

    https://www.tbcstar.com/install/cms

    Screenshots

    image

    bug 
    opened by yuanf225 2
  • [Suggest]: support zhCN

    [Suggest]: support zhCN

    Is your feature request related to a problem? Please describe.

    I want to support zhCN

    Describe the solution you'd like.

    I want to support zhCN ,maybe I can PR

    Describe alternatives you've considered.

    No response

    Additional context.

    No response

    opened by qyh214 1
  • [Bug Report]: Problem with realmstatus

    [Bug Report]: Problem with realmstatus

    What operating system are you using?

    Windows

    What version of PHP do you use?

    PHP 7.x

    Where did you get the CMS code?

    Github

    Where are you trying to install the CMS?

    Dedicated server

    Which emulator are you using and which version?

    TrinityCore

    Describe the bug

    I have the problem when I add my realm to the webpage no matter if I do it via the webside or manually directly into the db that I get the error

    Server Status An Error Was Encountered

    Invalid DB Connection String

    But I have entered my data correctly without running the webpage

    My mysqlserver is this::: Community Mysql Server v8.31 64 bit

    My webserver is ::: IIs 10 on Win Server 2019

    I hope someone can help me I am at my Latin at the end

    How can I reproduce the problem?

    No i can this not reproduce

    Screenshots

    Realmsite

    bug help wanted 1.x 
    opened by Blacky244-dev 1
  • [Suggest]: Dynamic SOAP Commands - Admin Panel

    [Suggest]: Dynamic SOAP Commands - Admin Panel

    Is your feature request related to a problem? Please describe.

    If https://github.com/WoW-CMS/BlizzCMS/issues/86 is going to be implemented, I would highly advise making use of this and implementing a "SOAP Console" feature, where admins can execute commands based on their own RBAC permissions in-game. For example, if I have access to .server restart in-game, I could execute the command from the website as well and it will be executed in real time!

    Describe the solution you'd like.

    For now we need to be in-game to execute commands. There are no alternative solutions to that.

    Describe alternatives you've considered.

    I've considered having a launcher that does that, or an app, but the absolute best solution is an internal website functionality for this. That would be sick to have!

    Additional context.

    Thanks in advance! :D

    1.x 
    opened by Insta-Dev 1
  • [Suggest]: Dynamic SOAP Commands - STORE

    [Suggest]: Dynamic SOAP Commands - STORE

    Is your feature request related to a problem? Please describe.

    Add a "direct command" feature, both for the shop and in the admin panel. Allowing us as admins to add a new feature (or store product) which we need to run a command to initiate (like .account set gmlevel command for example), instead we need to send a VIP activation token and let the player apply it ingame. Or like if you want to add a new quest to someone, like an exclusive VP-only quest, you cannot do that!

    Describe the solution you'd like.

    Add the ability to have a "remote command" in store -> "Type", and give the "command" variable an actual command accessibility for in-game commands.

    Also, this would require {ACCOUNT} and {CHARACTER} dynamic variables to be defined in advance, because some commands require an account or character name.

    Describe alternatives you've considered.

    For now we can send a VIP token via mail and have the player activate VIP through an in-game NPC, or we can add an item through an in-game command in exchange for a token, and basically tokens all over instead of saving this space and skipping ahead to the actual content they need to experience!

    Additional context.

    I would like to advise in advance - in some cases, the character needs to be ONLINE and this has to be checked for with each command in advance. We cannot add a quest to a character that is not currently online, but we can set his gmlevel even when he is not online. Having the option to flag which command requires the selected character to be online would be awesome to have!

    1.x 
    opened by Insta-Dev 0
Releases(v2.0.0-beta.1)
  • v2.0.0-beta.0(Dec 3, 2022)

  • v1.2.1(Nov 7, 2022)

  • v1.1.1(Oct 26, 2022)

    What's Changed

    • Fix show currency symbol by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/89
    • Hotfix/ php8 compatibility by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/91
    • Hotfix/ SOAP Error by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/issues/93

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.0...v1.1.1

    Source code(tar.gz)
    Source code(zip)
  • v1.2.0(Nov 6, 2022)

    What's Changed

    • Integrate update by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/041c1037f193091b3ce908c93b2635c9db4fb48a
    • Update version Codeigniter 3.0.11 to 3.0.13 by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/bc6a1e2d69c492d01f86209245787ca75b7f84bc
    • Fixed a error with PHP8 in migrations by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/bc6a1e2d69c492d01f86209245787ca75b7f84bc
    • Update User_Agents config by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/bc6a1e2d69c492d01f86209245787ca75b7f84bc
    • Fix a typo error in Forums and logs by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/bc6a1e2d69c492d01f86209245787ca75b7f84bc
    • Fix/ Deprecated wowmodule function in Vote System by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/commit/09ea04e2b7f389d6a770c1c9c40121942a90d8c9

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.1.1...v1.2.0

    Source code(tar.gz)
    Source code(zip)
  • v1.1.0(Oct 22, 2022)

    v1.1.0 - Changelog

    • Merge branch 'dev' of https://github.com/WoW-CMS/BlizzCMS into dev
    • Merge pull request #91 from WoW-CMS/hotfix/_php8_compatibility
    • Fix; Update PHP Compatibility to Loaded Third Party
    • Fix: Update support controller to PHP 8
    • BumpVersion Created
    • Version bump to 1.2.0
    • Version bump to 1.1.0
    • Added VERSION and CHANGES files, Version bump to v0.1.0
    • Merge pull request #89 from WoW-CMS/fix_show_currency_symbol
    • Merge branch 'fix_show_currency_symbol' into dev
    • Update .gitignore
    • Fix: Added the option to change the currency symbol that had disappeared
    • Init work in fix
    • Update dependabot.yml
    • Activate Dependabot
    • chore: Update version
    • Merge pull request #82 from WoW-CMS/69-bug-report-pvp-module-error
    • chore: Update docs and more cleans
    • Merge pull request #81 from WoW-CMS/69-bug-report-pvp-module-error
    • chore: Clean code general
    • Merge pull request #80 from WoW-CMS/77-question-update-the-discord-url-on-the-website
    • chore: Update discord URL
    • Merge pull request #79 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
    • Merge branch '71-bug-report-recaptcha-mail-verification-not-working-getting-bombed' of https://github.com/WoW-CMS/BlizzCMS into 71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
    • chore: Update recaptcha security
    • Merge pull request #78 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
    • Update blizzcms.php
    • chore: Update recaptcha v3
    • chore: Update security V3
    • Merge pull request #76 from WoW-CMS/71-bug-report-recaptcha-mail-verification-not-working-getting-bombed
    • chore: Fixed error sintax

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v0.1.0...v1.1.0

    Source code(tar.gz)
    Source code(zip)
  • v1.0.8-Stable(Sep 30, 2022)

    What's Changed

    • 71 bug report recaptcha mail verification not working getting bombed by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/78
    • 71 bug report recaptcha mail verification not working getting bombed by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/79
    • chore: Update discord URL by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/80
    • chore: Clean code general by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/81
    • chore: Update docs and more cleans by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/82

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.8-Patch1...v1.0.8-Stable

    Source code(tar.gz)
    Source code(zip)
  • v1.0.8-Patch1(Sep 21, 2022)

    What's Changed

    • chore: Fixed error sintax by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/76

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.8...v1.0.8-Patch1

    Source code(tar.gz)
    Source code(zip)
  • v1.0.8(Sep 21, 2022)

    What's Changed

    • chore: Added Vulpera to core by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/73
    • chore: Update PHP Support by @sayghteight in https://github.com/WoW-CMS/BlizzCMS/pull/75

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.7.9...v1.0.8

    Source code(tar.gz)
    Source code(zip)
  • v1.0.7.9(Sep 21, 2022)

    What's Changed

    • Update RealmStatus function by @pangolp in https://github.com/WoW-CMS/BlizzCMS/pull/57

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.7.8...v1.0.7.9

    Source code(tar.gz)
    Source code(zip)
  • v1.0.7.8(Apr 22, 2022)

  • v1.0.7.7(Mar 13, 2022)

  • v1.0.7.6(Jul 14, 2021)

    Changes

    • Rewritten getCategory() function .
    • Added getCountTopics() function.
    • Remove function getCountPostAuthor()
    • Remove function getCountPostCategory()
    • Remove function getCountPostGeneral()
    • Added getCountReplies() function.
    • Remove function getCountPostReplies()
    • Change function getLastPosts()
    • Remove function getLastPostCategory()
    • Added getLastReplies()
    • Remove function getLastRepliesCount()
    • Change function getType() to authType()
    • Added getForumRow() function.
    • Added getTopicRow() function.
    • Remove all functions for get the row specify

    And more changes ...

    What's Changed

    • Testing change in workflows by @pangolp in https://github.com/WoW-CMS/BlizzCMS/pull/15
    • Fixing error in store top by @pangolp in https://github.com/WoW-CMS/BlizzCMS/pull/14

    Full Changelog: https://github.com/WoW-CMS/BlizzCMS/compare/v1.0.7.5...v1.0.7.6

    Source code(tar.gz)
    Source code(zip)
  • v1.0.7.5(May 21, 2021)

    1.0.7.5 | BlizzCMS

    In this version we have focused on refactoring various parts of the old code, and updating the standards . How we have also worked on checking compatibility with PHP8 and adjusting that compatibility, so we will have news soon.

    1.0.7.5 | Removed

    • Removed License system (commit : 6d25e1dda2641628c3940dafa7a72230b931cfc9 )

    1.0.7.5 | Updated

    • Fixed a typographical error that caused the login system to not work correctly with those emulators that used the old encryption. (Commit: 52c3b36de8666c32c824c9ff078d9c68d0f9c7cc)
    • Updated Vendors (Commit: 87863bee6c53bd002b33efc73c5b1327cd0c7e0f)
    • Updated Bugtracker (Commit: 5318d236d0696405017d7ea0360de59818ac63c7)
    • Updated Arrays to New Standards (Commit: 1259cfff4329922e60b297f27663ed2a0db34be2)
    • Updated usersModel to indentation tabs + standards arrays (Commit: e67f02d39c7f481c3d7ff1d91a6bde4a7ea3254b)
    • Updated usersController to indentation tabs + standards arrays (Commit: 3795e912872f9962c00809f811525f893f59dfb6)
    Source code(tar.gz)
    Source code(zip)
  • v1.0.7.4(May 7, 2021)

  • v1.0.7.3(May 4, 2021)

    Today our developer pangolp has released in master its new version for notifications, as always we leave you a quick link to download this review.

    Source code(tar.gz)
    Source code(zip)
  • v1.0.7.2(May 3, 2021)

    The WoW-CMS team has worked on implementing Auth startup and registration notifications again, among other minor implementations.

    Thanks to the contributors for these changes :)

    Source code(tar.gz)
    Source code(zip)
Owner
WoW-CMS
An open source CMS development community
WoW-CMS
Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS

Flextype is an open-source Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS. Building this Content Management System, we focused on simplicity. To achieve this, we implemented a simple but powerful API's.

Flextype 524 Dec 30, 2022
PHPVibe Open source video CMS / Video Sharing CMS / Youtube Api v3 / Video Embeds

PHPVibe Video CMS Free Video Sharing CMS The modern choice of design inspired by Youtube and a social videos sharing module that may just cut it for y

MediaVibe 71 Dec 18, 2022
NukeViet 132 Nov 27, 2022
BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website for more information.

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

null 5 Aug 15, 2022
Amila Laravel CMS - Free, open-source Simple Bootstrap Laravel CMS

Simple Bootstrap Laravel CMS. Support Laravel 8.x Can integrate into any existing Laravel project. Only add few database tables with prefixes, not affect your existing database tables. Support Laravel 7.x & Laravel 6.x & Laravel 5.x & MySql & PostgreSql - Amila Laravel CMS

Alex Zeng 96 Sep 6, 2022
Borgert is a CMS Open Source created with Laravel Framework 5.6

A simple CMS to start projects in Laravel containing some modules. Blog, Pages, Products, Mailbox, Image Gallery, Log Viewer and Users. Frontend: Blog

Borgert Inc. 300 Dec 30, 2022
Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. /// Chat with us and others on Spectrum: https://spectrum.chat/twill

About Twill Twill is an open source Laravel package that helps developers rapidly create a custom CMS that is beautiful, powerful, and flexible. By st

AREA 17 3k Jan 6, 2023
Contao Open Source CMS

About Contao is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the project website fo

Contao 252 Dec 22, 2022
Free, open-source, self-hosted CMS platform based on the Laravel PHP Framework.

Winter is a Content Management System (CMS) and web platform whose sole purpose is to make your development workflow simple again. It was born out of

Winter CMS 1.1k Jan 3, 2023
Bolt CMS is an open source, adaptable platform for building and running modern websites.

Bolt CMS is an open source, adaptable platform for building and running modern websites. Built on PHP, Symfony and more. Read the site for more info.

Bolt 437 Jan 4, 2023
Open Source Portfolio/Resume CMS

Ezfolio Open Source Portfolio CMS Ezfolio is a professional open source portfolio CMS built using Laravel, React and Ant Design. Choose from awesome t

MD. Ariful Alam 205 Jan 5, 2023
🚀Bolt CMS is an open source, adaptable platform for building and running modern websites

??Bolt CMS is an open source, adaptable platform for building and running modern websites

Bolt 32 Dec 3, 2022
Fork is an easy to use open source CMS using Symfony Components.

Installation Make sure you have composer installed. Run composer create-project forkcms/forkcms . in your document root. Browse to your website Follow

Fork CMS 1.1k Dec 8, 2022
ProcessWire 3.x is a friendly and powerful open source CMS with a strong API.

Welcome to ProcessWire 3.x This document is in Markdown. An HTML formatted version of this document can be read at: https://github.com/processwire/pro

ProcessWire 804 Jan 3, 2023
Baicloud CMS is a lightweight content management system (CMS) based on PHP and MySQL and running on Linux, windows and other platforms

BaiCloud-cms About BaiCloud-cms is a powerful open source CMS that allows you to create professional websites and scalable web applications. Visit the

null 5 Aug 15, 2022
Doptor CMS is a Laravel 5 based CMS

Introduction Doptor CMS is a Laravel 5 based CMS. Find out more about Doptor by reading below. ;) About Doptor CMS Doptor is an Integrated and well-de

DOPTOR 4 Sep 11, 2022
Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template

Bismuth CMS is a ready-made Website CMS based on Yii 2 Advance Template, it's the simplest and easy to set up CMS you may come across.

Hamadas Telebrain 1 Feb 11, 2022
Bootstrap CMS - PHP CMS powered by Laravel 5 and Sentry

Bootstrap CMS Bootstrap CMS was created by, and is maintained by Graham Campbell, and is a PHP CMS powered by Laravel 5.1 and Sentry. It utilises many

Bootstrap CMS 2.5k Dec 27, 2022
GetSimple CMS - a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP

GetSimple CMS is a flatfile CMS that works fast and efficient and has the best UI around, it is written in PHP.

null 370 Dec 30, 2022