All Projects → joomla → Joomla Cms

joomla / Joomla Cms

Licence: gpl-2.0
Home of the Joomla! Content Management System

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Joomla Cms

Seblod
Build high-end websites with SEBLOD®, a CCK for Joomla!
Stars: ✭ 109 (-97.27%)
Mutual labels:  cms, content-management, joomla, website-builder
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (-41.38%)
Mutual labels:  cms, content-management, website-builder, php-cms
AeroCMS
Aero is a simple and easy to use CMS (Content Management System) designed to create fast and powerful web applications!
Stars: ✭ 14 (-99.65%)
Mutual labels:  website-builder, content-management, php-cms
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (-89.09%)
Mutual labels:  cms, content-management, website-builder
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-92.09%)
Mutual labels:  cms, content-management, website-builder
lara-s-cms
A PHP Laravel Skeleton for CMS/Admin Dashboard (within/without website)
Stars: ✭ 28 (-99.3%)
Mutual labels:  website-builder, content-management, php-cms
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (-85.28%)
Mutual labels:  cms, content-management, website-builder
K2
K2 - the powerful content extension for Joomla
Stars: ✭ 119 (-97.02%)
Mutual labels:  cms, content-management, joomla
Microweber
Drag and Drop Website Builder and CMS with E-commerce
Stars: ✭ 2,226 (-44.28%)
Mutual labels:  cms, content-management, website-builder
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+227.08%)
Mutual labels:  cms, content-management, website-builder
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+52.52%)
Mutual labels:  hacktoberfest, cms, website-builder
Laravel 8 Simple Cms
Laravel 8 content management system for starters.
Stars: ✭ 444 (-88.89%)
Mutual labels:  hacktoberfest, cms, content-management
Strapi
🚀 Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+945.96%)
Mutual labels:  hacktoberfest, cms, content-management
Hugo
The world’s fastest framework for building websites.
Stars: ✭ 55,899 (+1299.22%)
Mutual labels:  hacktoberfest, cms
JlContentFieldsFilter
Модуль фильтрации материалов Joomla по дополнительным полям
Stars: ✭ 20 (-99.5%)
Mutual labels:  joomla, content-management
Laravel Admin Starter
A Laravel Admin Starter project with Page Builder, Roles, Impersonation, Analytics, Blog, News, Banners, FAQ, Testimonials and more
Stars: ✭ 240 (-93.99%)
Mutual labels:  hacktoberfest, cms
ulboracms
Ulbora CMS is a self-contained CMS (no database needed) written in Golang. It uses a JSON datastore with content saved in both json files and in memory. You can download and upload a single binary backup file containing content, images, and templates as needed. It also has a built-in mail sender.
Stars: ✭ 42 (-98.95%)
Mutual labels:  website-builder, content-management
Redaxo
REDAXO, a PHP-based CMS since 2004. Both simple and flexible.
Stars: ✭ 268 (-93.29%)
Mutual labels:  hacktoberfest, cms
Neos Ui
Neos CMS UI written in ReactJS with Immutable data structures.
Stars: ✭ 238 (-94.04%)
Mutual labels:  hacktoberfest, content-management
E107
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
Stars: ✭ 272 (-93.19%)
Mutual labels:  cms, content-management

Joomla! CMS™

Build Status

Drone-CI AppVeyor PHP Node npm
Build Status Build status PHP node-lts npm

Overview

What is Joomla?

  • Joomla! is a Content Management System (CMS) which enables you to build websites and powerful online applications.
  • It is a simple and powerful web server application which requires a server with PHP and either MySQL or PostgreSQL to run. You can find full technical requirements here.
  • Joomla! is free and Open Source software distributed under the GNU General Public License version 2 or later.

Looking for an installable package?

Joomla is not installable out of the box from this repository, please use:

How to get a working installation from the source

For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment

You will need:

Steps to setup the local environment:

  • Clone the repository:
git clone [email protected]:joomla/joomla-cms.git
  • Go to the joomla-cms folder:
cd joomla-cms
  • Go to the 4.0-dev branch:
git checkout 4.0-dev
  • Install all the needed composer packages:
composer install
  • Install all the needed npm packages:
npm ci

Things to be aware of when pulling: Joomla creates a cache of the namespaces of its extensions in JOOMLA_ROOT/administrator/cache/autoload_psr4.php. If extensions are created, deleted or removed in git then this file needs to be recreated. You can simply delete the file and it will be regenerated on the next call to Joomla.

Do you want to improve Joomla?

Copyright

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].