Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericdowell/garble
An Experimental CMS Built on Laravel Leveraging Polymorphism
https://github.com/ericdowell/garble
cms content-management-system laravel polymorphic-models polymorphism
Last synced: about 1 month ago
JSON representation
An Experimental CMS Built on Laravel Leveraging Polymorphism
- Host: GitHub
- URL: https://github.com/ericdowell/garble
- Owner: ericdowell
- License: mit
- Created: 2016-02-10T18:39:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T04:17:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T11:54:19.557Z (about 1 month ago)
- Topics: cms, content-management-system, laravel, polymorphic-models, polymorphism
- Language: PHP
- Homepage:
- Size: 2.81 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Garble
[![CircleCI](https://circleci.com/gh/ericdowell/garble.svg?style=svg)](https://circleci.com/gh/ericdowell/garble)
[![StyleCI](https://styleci.io/repos/51462647/shield)](https://styleci.io/repos/51462647)
[![Maintainability](https://api.codeclimate.com/v1/badges/fd2300d796d76120b388/maintainability)](https://codeclimate.com/github/ericdowell/garble/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/fd2300d796d76120b388/test_coverage)](https://codeclimate.com/github/ericdowell/garble/test_coverage)
[![Issue Count](https://codeclimate.com/github/ericdowell/garble/badges/issue_count.svg)](https://codeclimate.com/github/ericdowell/garble)Garble is an app I'm developing as a fun side project. I wanted to get an understanding of what it would take to
create an app that uses a form of Polymorphism. This app does just that, it has a basic Text model that is
the gateway for the other underlying Polymorphic models: Note, Post and ToDo.This is just the beginning, other things to come are as follows:
- [ ] More advanced User Management
- [ ] Permissions/Roles ACL with the use of the built-in Gate
- [ ] More Polymorphic models.There is much more beyond those things, but that is the short list that I see coming.