Rabble-Rocks / rabble-skeleton

Project template for starting a project based on the Rabble admin system.
https://rabble.rocks
MIT License
11 stars 0 forks source link
cms php symfony

Note: this is an experimental project and heavily under development.

If you do come across this repository, and you would like to support development, adding a :star: would be awesome!

Rabble

Getting started

Note: You can add your own content types, content blocks, snippets and menus in the following directories using yaml, xml or php configuration:

More documentation on how to add fields and configure your content metadata will soon be available.


What is Rabble?

Rabble is an experimental agnostic administrator system with built-in features like user and permission management, searching and content management features.

At the moment, I am mainly focussing on the content management aspect, but once an MVP has been established, you can expect to see more features.

Features

At the moment, Rabble has a few features. In short, you can sum it up as user management, permission management, searching and some basic CMS features.

Of course, it is more than that. Using the Symfony framework, Rabble is designed to be fully customizable. For instance, you can add custom items to the main menu, system tray, implement your own search provider and even replace entire bundles by your own if you don't like what I've built so far!

Adminator admin theme

The admin UI is based upon the versatile Adminator theme with some custom additions to allow seamless integration with Rabble. Unfortunately, there is no React support at this moment. The UI is completely Twig / jQuery based. On one hand, that does make adding new scripts or changing existing ones a little bit easier.

So what about that CMS you keep talking about?

Sure, Rabble is in its basic form an agnostic admin system, but for me, a lot of focus goes towards making CMS accessible to people of the modern age. Most content management systems right now are either way too outdated or bulky (like for instance WordPress, Drupal or Joomla (does anyone even use that still?)). Or have a very steep learning curve for adding new stuff, for example Sulu.

My goal is to build a CMS that's easy to extend and just uses Symfony's basic features like forms and events.

Some of the features included already are:

Please report bugs

Even though this project is still very young, I do appreciate bug reports, feedback, contributions and interactions of any kind!