PHPackages                             pixlmint/pixl-cms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pixlmint/pixl-cms

ActiveLibrary

pixlmint/pixl-cms
=================

A lightweight CMS powered by Markdown and Nachos

2.4.6(8mo ago)0364[14 issues](https://github.com/pixlmint/pixl-cms/issues)4Jupyter Notebook

Since Jun 30Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/pixlmint/pixl-cms)[ Packagist](https://packagist.org/packages/pixlmint/pixl-cms)[ RSS](/packages/pixlmint-pixl-cms/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (38)Used By (4)

pixl-cms
========

[](#pixl-cms)

A lightweight CMS API powered by Markdown and Nachos

Installation
------------

[](#installation)

### Option 1 (recommended): Composer

[](#option-1-recommended-composer)

The best way to add this to your project is by installing it through composer: `composer require pixlmint/pixl-cms`

### Option 2

[](#option-2)

It's also possible to manually include the cms' source code in your project For that to work you'll still need to have composer working on your site. In your `composer.json`, under `autoload > psr-4` add `"PixlMint\\CMS\\": "path/to/cms/src"`-The important part being the part before the colon, as otherwise the CMS code won't work

Once you're ready to get to work you'll have to execute `composer dump-autoload`

### Finally (either way)

[](#finally-either-way)

Then create a `index.php` file at the root of your website:

```
