microweber/microweber
Fork: 841 Star: 2846 (更新于 1970-01-01 00:00:00)
license: MIT
Language: HTML .
Drag and Drop Website Builder and CMS with E-commerce
最后发布版本: v2.0.4 ( 2023-11-10 21:09:35)
Microweber: Drag-and-Drop CMS
Current version: 2.0 running on Laravel 10!
Download Microweber | What is Microweber? | Core Features | System Requirements | Installation | Getting Started | Contribute
What is Microweber?
Microweber is a Drag-and-Drop website builder and a robust next-generation Content Management System (CMS) based on the PHP Laravel Framework. It empowers you to create various types of websites, online stores, and blogs without requiring any technical expertise.
At its core, Microweber is designed to support your journey toward online success. It offers an array of modules, customizations, and features tailored to e-commerce enthusiasts and bloggers. The CMS leverages the latest Drag & Drop technology and real-time text editing for an enhanced user experience, streamlined content management, visual appeal, and flexibility.
Core Features of Microweber
Drag & Drop
Microweber utilizes intuitive Drag & Drop technology, enabling users to manage content effortlessly by simply clicking and dragging elements across the screen. This functionality extends to various content types, including images, text fields, videos, and a variety of modules and customization options. The default template, "Dream," boasts over 75+ pre-designed layouts available for instant use via drag and drop.
Real-Time Text Editing
Live Edit view is the embodiment of Microweber CMS's Real-Time Text Writing & Editing feature, allowing you to make changes to your website's interface in real time.
Powerful Admin Panel
Microweber equips you with the capability to add dynamic pages, posts, and products, which can be organized into custom categories for enhanced navigation and content presentation. New pages can be created using different layouts, and each page, post, or product comes with a variety of preset layouts and modules to jumpstart your content creation. You can also add your custom modules to tailor your content precisely to your needs.
E-commerce Solution
Microweber CMS primarily focuses on e-commerce, making it an ideal choice for aspiring online entrepreneurs. The software includes built-in features that support online shop founders, helping their businesses 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
System Requirements
To run Microweber, you need the following components:
- HTTP server
- Database server
- PHP >= 8.1
-
lib-xml
with DOM support -
GD
PHP extension -
intl
PHP extension -
curl
PHP extension -
json
PHP extension -
openssl
PHP extension -
sodium
PHP extension -
mbstring
PHP extension -
bcmath
PHP extension -
zip
PHP extension -
openssl
PHP extension -
bcmath
PHP extension -
fileinfo
PHP extension -
pdo_sqlite
PHP extension -
pdo_mysql
PHP extension
-
HTTP Server
Apache
Ensure that the mod_rewrite
module is enabled in your Apache configuration. Microweber automatically creates necessary .htaccess
files during installation, including one with a Deny All
directive in each folder to prevent unauthorized access to entry points other than index.php
.
Nginx
For Nginx, add the following location
directive to your server configuration block. The root
directive should point to the base folder of your Microweber website (usually 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 import the .htaccess
rewrite rules for IIS. Ensure that the URL Rewrite module is enabled for your website.
Database
Microweber supports multiple database engines, including MySQL, SQLite, Microsoft SQL Server, and PostgreSQL. For small websites, SQLite is highly recommended. During installation, you can select from the databases enabled in your PHP configuration. If your preferred database server isn't listed, make sure to enable the corresponding PDO extension for your server in your PHP configuration.
Installation
The Fast Way: Download and Unzip
The quickest way to get started is to download Microweber and unzip the files.
Via Composer
Installing Dependencies
Ensure you have Composer installed to download Microweber's dependencies.
Install Microweber with composer
command:
composer create-project microweber/microweber my_site dev-master
Install NPM dependencies:
npm install
Build NPM dependencies:
npm run build
This command will install Microweber in a folder named my_site
. Alternatively, you can clone the repository and then run composer install
in the base directory.
File Permissions
Make sure that the following folders, and everything inside them, are writable by the user running the PHP scripts:
- config/
- storage/
- userfiles/
Getting Started
For detailed guidance on getting started with Microweber, refer to our online guides.
Contribute
We welcome contributions from individuals who want to help us improve Microweber. If you're a developer, submitting
fixes is straightforward. Fork the Microweber repository, make your changes, submit a pull request, and ensure that all tests pass.
Join our Discord server
Join our Discord server here.
Build Status
Master branch
Dev branch
Contributors
Code Contributors
This project thrives thanks to all the contributors. Learn how to contribute.
Financial Contributors
Become a financial contributor and help sustain our community. Contribute here.
Individuals
Organizations
Support this project with your organization, and your logo will be featured here with a link to your website. Contribute here.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-11-10 21:09:35 v2.0.4
2023-11-02 20:47:38 v2.0.3
2023-10-28 03:15:58 v2.0.1
2023-10-26 23:32:19 v2.0.0
2023-03-25 00:30:12 v1.3.4
2023-03-14 03:43:04 v1.3.3
2023-01-28 07:48:13 v1.3.2
2022-08-12 17:09:40 v1.3.1
2022-07-21 17:56:54 v1.3.0
2022-07-18 22:12:41 v1.2.21
主题(topics):
cms, content-management, drag-and-drop, ecommerce, javascript, laravel, microweber, php, shopping-cart, website-builder
microweber/microweber同语言 HTML最近更新仓库
2024-11-05 08:24:08 windmill-labs/windmill
2024-10-31 19:20:40 squidfunk/mkdocs-material
2024-10-26 01:50:50 nova-video-player/aos-AVP
2024-10-25 17:35:07 Tencent/tdesign-miniprogram
2024-09-30 10:57:08 mlick/libcimbar-web
2024-09-13 22:39:58 Unstructured-IO/unstructured