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: 2 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T04:17:00.000Z (over 3 years ago)
- Last Synced: 2025-02-15T14:50:21.967Z (over 1 year 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
[](https://circleci.com/gh/ericdowell/garble)
[](https://styleci.io/repos/51462647)
[](https://codeclimate.com/github/ericdowell/garble/maintainability)
[](https://codeclimate.com/github/ericdowell/garble/test_coverage)
[](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.