Skip to content

HatMedia/Micro

Repository files navigation

Micro Logo

Build Status SensioLabsInsight

Micro CMS

Serve the web.

What is micro?

Micro is a absolute barebone CMS (In case you need something full-stack check out great open source alternatives or OpalCMS).

Micro is able to do the simplest tasks for a cms.

How is Micro build?

Micro is build on Silex (the micro version of Symphony) And is fully extendable. All dependancies come via Composer.

Installing WIP

There will be a simple installer soon( when the CMS is usable ).

Setting up your settings:

php micro.php settings

Create a backup from your current database:

php micro.php backup
Templating

For templates we are using Twig, go out there and read the docs. All needed vars are parsed into the template so you can use them there.

Our advise is simply start of with the default themes, modify them the way you like.

SensioLabsInsight

.HTACCESSS

Set up an .htaccess file into the root folder.

<IfModule mod_rewrite.c>
	Options -MultiViews

	RewriteEngine On
	#RewriteBase /path/to/app
	RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
</IfModule>

About

A mirco CMS to serve the web.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published