Microweber

拖放 CMS 和在线商店。(Drag and Drop CMS and online shop)

Github星跟踪图

Microweber: Drag-and-Drop CMS

当前版本:1.0 在 Laravel 5 上运行!

下载

Microweber 是什么?

Microweber 是一个拖放网站建设者和新一代强大的 CMS。它基于 PHP Laravel Framework。您可以使用 Microweber 制作任何类型的网站、在线商店和博客。拖放技术允许您在没有任何技术知识的情况下构建您的网站。

该软件的核心思想是让您创建自己的网站、在线商店或博客。从创作的这一刻起,您的成功之旅就开始了。标记一直是 CMS 的不同模块,自定义和功能,其中许多是专门为电子商务爱好者和博主定制的。

您需要知道的最重要的事情是,Microweber 将最新的 CMS 趋势与独特的拖放技术相结合,具有革命性的实时文本编写和编辑功能。在用户利益方面,这对功能意味着改善的用户体验,更轻松,更快速的内容管理,视觉上极具吸引力的环境和灵活性。

Microweber 的核心功能

拖放

Microweber 采用拖放技术。这意味着用户只需单击鼠标即可管理其内容并排列元素,并在屏幕上拖放它们。拖放适用于所有类型的内容:图像,文本字段,视频和各种模块以及您作为用户的其他自定义选项。默认模板“Dream”带有超过 75 种准备好的布局,您可以通过拖放使用它们。

实时文本编辑

实时编辑视图是 Microweber CMS 的实时文本编写和编辑核心功能的体现。 实时编辑视图中的工作实际上是在您网站的界面上实时工作。

强大的管理面板

您可以添加动态页面、帖子和产品。 所有这些都可以在自定义类别中进行组织,以实现更好的导航和展示网站的内容。 可以使用不同的布局创建新页面,并且所有页面、帖子和产品都带有预设编号布局和模块,以便用户启动。 这些模块可以更改,您当然可以添加自己的自定义模块集,以创建最适合您需求的内容。

电子商务解决方案

也许 Microweber CMS 的主要焦点是电子商务。 越来越多的人开始喜欢在线创业的想法,我们渴望满足他们的需求。 该软件具有一些内置功能,可以帮助在线商店创始人看到他们的业务增长和卓越。

看它的实际应用

要求

  • HTTP server
  • Database server
  • PHP >= 5.6
    • lib-xml must be enabled (with DOM support)
    • GD PHP extension

入门

请参阅开发人员的 在线指南

主要指标

概览
名称与所有者microweber/microweber
主编程语言HTML
编程语言PHP (语言数: 17)
平台Linux, Mac, Windows
许可证MIT License
所有者活动
创建于2010-10-07 09:04:43
推送于2025-04-22 07:54:46
最后一次提交2025-02-19 11:54:11
发布数62
最新版本名称v2.0.19 (发布于 )
第一版名称procedural-stable (发布于 )
用户参与
星数3.2k
关注者数143
派生数899
提交数27k
已启用问题?
问题数739
打开的问题数361
拉请求数290
打开的拉请求数0
关闭的拉请求数63
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Microweber: Drag-and-Drop CMS

Current version: 1.0 running on Laravel 5!

Download, What is Microweber?, Core features of Microweber, Requirements, Installation, Getting Started, Contribute


What is Microweber?

admin panel

Microweber is a Drag and Drop website builder and a powerful next generation CMS. It's based on the PHP Laravel Framework. You can use Microweber to make any kind of website, online store, and blog. The Drag and Drop technology allows you to build your website without any technical knowledge.

The core idea of the software is to let you create your own website, online shop or blog. From this moment of creation, your journey towards success begins. Supporting you along the way will be different modules, customizations and features of the CMS. Many of them are specifically tailored for e-commerce enthusiasts and bloggers.

The most important thing you need to know is that Microweber pairs the latest Drag & Drop technology, with a revolutionary Real-Time Text Writing & Editing feature. This pair of features delivers an improved user experience, easier and quicker content management, a visually appealing environment, and flexibility.

Core features of Microweber

Drag & Drop

Microweber implements Drag & Drop technology. This means that users can manage their content and arrange elements with just a click of the mouse, dragging and dropping them across the screen. Drag & Drop applies to all types of content: images, text fields, videos, and the various modules and customization options you have as a user. The default template “Dream” comes with more than 75+ prepared layouts that you can use via drag and drop.

Drag And Drop

Real Time Text Editing

Live Edit view is the manifestation of the Real-Time Text Writing & Editing core feature of Microweber CMS. Live Edit view changes your website’s interface in real time.

E-commerce solution

Powerful Admin Panel

You can add dynamic pages, posts, and products. All of these can be organized in custom categories in order to achieve a better navigation and showcase of a website's content. New pages can be created using different layouts. In addition, all pages, posts and products come with a number of preset layouts and modules to get users started. These modules can be changed and you can add your own custom set of modules in order to create the most suitable content for your needs.

Powerful Admin Panel

E-commerce Solution

The main focus of Microweber CMS is E-commerce. A rising number of people have grown fond of the idea of online entrepreneurship and we aspire to cover their needs. The software has some built-in features that will help online shop founders see their business grow and excel.

E-commerce Solution

Give a star to Microweber

See it in action

Requirements

  • HTTP server
  • Database server
  • PHP >= 5.6
    • lib-xml must be enabled (with DOM support)
    • GD PHP extension

HTTP Server

Apache

The mod_rewrite module must be enabled in your Apache configuration. Microweber creates the necessary .htaccess files during installation, including one with Deny All directive in each folder to ensure that there are no entry points other than index.php.

nginx

Add this location directive to your server configuration block. The root directive must point to the base folder of your Microweber website (which by default is where this readme is located).

server {
  location / {
    try_files $uri $uri/ /index.php$is_args$args;
  }
}

IIS

You can easily import the .htaccess rewrite rules. Make sure you have enabled the URL Rewrite module for your website.

Database

You have several choices for database engine: MySQL, SQLite, Microsoft SQL Server and PostgreSQL.
For small websites we highly recommend SQLite.
However, you can connect to more storage services (like MongoDB or Neo4j) and take advantage of the Laravel framework.

On the installation screen you can only choose from databases enabled in your PHP configuration.
If you don't see your server of choice in the list you have to enable the corresponding PDO extension for your database server. An example for Microsoft SQL Server. PHP usually comes with PDO enabled by default but you might have to uncomment or add extension directives to your php.ini.

Installation

The fast way: Download and unzip.

Via Composer

Installing dependencies

You need to have Composer installed in order to download Microweber's dependencies.

You can clone and install Microweber with one command:
composer create-project microweber/microweber my_site dev-master --prefer-dist --no-dev
This will install Microweber in a folder named my_site.

Another way is to first clone the repository and then run composer install in the base directory.

File permissions

Make sure these folders, and everything inside, is writeable by the user executing the PHP scripts:

  • config/
  • src/
  • storage/
  • userfiles/

Getting Started

See the online guides for developers.

Contribute

We are looking for people who want to help us improve Microweber.

If you are a developer, submitting fixes is easy. Just fork the Microweber repository, make your changes, submit a pull request, and be sure all tests are passing.

Build Status

Build Status

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Individuals

Organizations

Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]