Now runs on Laravel 5!
Microweber is a content management system of new generation that allows you to make your website by drag and drop.
You can easily manipulate the content and the layout of your pages without the need to write code.
composer create-project microweber/microweber my_site 1.0.x-dev --prefer-dist
After installation you can login in the admin panel from http://you_site_url/admin
The following server requirements are needed:
- Apache web server or IIS
- PHP 5.4 or above
- MySQL 5 or above
- PDO with MySQL support
- mod_rewrite must be enabled
- lib-xml must be enabled, with DOM support
- GD php extension must be loaded
- Mcrypt php extension
We are looking for people who want to help us improve Microweber.
If you are a developer, submitting fixes is easy:
- Log in to GitHub
- Fork the Microweber repository
- Make your changes and submit pull request