Use Laravel to quickly build a website series-drag-and-drop CMS and online store: Microweber
1. Introduction
Microweber is a new generation of CMS generation tools. it allows you to create websites, operate content, and manage page la s using drag and drop operations without any coding capabilities!
2. official website
Official website: https://microweber.com
Demo: Demo
3. Github
Https://github.com/microweber/microweber
4. System requirements
- HTTP server (Apache, IIS, Nginx, etc)
- Database Server (supports MySQL, SQLite, SQL Server, and PostgreSQL)
- PHP> = 5.4, and lib-xml, GD, and Mcrypt extensions are installed.
5. Installation
1) Download the zip package directly and decompress it: Click here to download
2) install Composer: composer create-project microweber/microweber my_site dev-master-prefer-dist-no-dev
3) install it through the Github repository: First clone the code to the local machine, and then run composer install
After the installation is complete, you need to configure the write permission for the following folders:
- Config
- Src
- Storage
- Userfiles
6. Quick start
Installation completed access to Microweber in the browser, where we configured a virtual domain name microweber. app to access http://microweber.app/in the browser to enter the initial settings page:
You need to configure the database and background user information. after the configuration is complete, click the "Install" button in the lower right corner to Install the database. after the installation is complete, the logon page is displayed:
Enter the set background username and password, Language select "ZH-CN", then click "Login" button, Login will jump to the background page:
There is no content yet. you can click the "online editing" button in the upper right corner to go to the editing page. here, you can edit the foreground page in what you see is what you get:
In the "site", we can also edit various functional modules:
In "settings", we can edit the site information:
In "Login & registration", you can edit the logon method:
In the store, we can set the payment method:
More functions and gameplay are waiting for you to explore. we recommend that you install one for fun. for more technical details, see The Official Guide.