Microweber: Drag-and-Drop CMS
Current version: 1.3 running on Laravel 9!
Download | What is Microweber? | Core features of Microweber | Requirements | Installation | Getting Started | Contribute
What is Microweber?
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.
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.
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.
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.
See it in action
- Microweber Live Demo
- Microweber Video
- Deploy as DigitalOcean 1-Click App
- Deploy as alwaysdata 1-Click App
- Plesk Extension
Requirements
- HTTP server
- Database server
- PHP >= 8.1
lib-xml
must be enabled (with DOM support)GD
PHP extensionintl
PHP extensioncurl
PHP extensionjson
PHP extensionopenssl
PHP extensionsodium
PHP extensionmbstring
PHP extensionbcmath
PHP extensionzip
PHP extensionopenssl
PHP extensionbcmath
PHP extensionfileinfo
PHP extensionpdo_sqlite
PHP extensionpdo_mysql
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;
}
location ~ /(vendor|src|config|storage|.git|.env) {
deny all;
return 404;
}
}
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.
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
Download and unzip.
The fast way: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/
- 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.
Discord server
You can join our Discord server here.
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]