Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piou-piou/ribsadminbundle

RibsAdminBundle is an admin dashboard to manager admins and their rights. You can also create, edit, delete pages and manage the navigation of your website
https://github.com/piou-piou/ribsadminbundle

admin-dashboard hacktoberfest symfony-bundle symfony4 symfony5 wip

Last synced: 28 days ago
JSON representation

RibsAdminBundle is an admin dashboard to manager admins and their rights. You can also create, edit, delete pages and manage the navigation of your website

Awesome Lists containing this project

README

        

# RibsAdminBundle

UNMAINTENED

[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Piou-piou/RibsAdminBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Piou-piou/RibsAdminBundle/?branch=master)
![](https://img.shields.io/david/Piou-piou/RibsAdminBundle.svg)
![](https://img.shields.io/david/dev/Piou-piou/RibsAdminBundle.svg)
[![](https://img.shields.io/packagist/v/piou-piou/ribs-admin-bundle.svg)](https://packagist.org/packages/piou-piou/ribs-admin-bundle)
![Licence](https://img.shields.io/github/license/Piou-piou/RibsAdminBundle.svg)

## Introduction

RibsAdminBundle is a symfony Bundle that allow you to manager your website. With
this bundle you will be able to :
- Create | edit | delete users
- Give access rights to users
- Create lists of access rights and put users into them
- Create | edit | delete page
- Manage pages contents with ribs-wysiwyg
- Manage navigation
- Add module compatible with RibsAdminBundle
- As a server administrator you can manage cron with CronBundle

## Installation

WIP : this part can change in case of developpment requirments

Go in your Symfony project and install the bundle with composer.

## Possibility to add plugin

RibsAdminBudle allow to create module that you can add in backend of admin and laso use them on the front app

```
composer require piou-piou/ribs-admin-bundle
```

### Edit configuration of symfony

Nothing to do, Flex will do that for you :)