Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/piou-piou/ribsadminbundle
- Owner: Piou-piou
- License: mit
- Created: 2017-10-08T17:51:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-29T14:31:11.000Z (about 1 year ago)
- Last Synced: 2024-12-16T14:19:21.887Z (about 1 month ago)
- Topics: admin-dashboard, hacktoberfest, symfony-bundle, symfony4, symfony5, wip
- Language: PHP
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)