Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukewatts/football
Football mailing and opt in/out app
https://github.com/lukewatts/football
Last synced: 4 days ago
JSON representation
Football mailing and opt in/out app
- Host: GitHub
- URL: https://github.com/lukewatts/football
- Owner: lukewatts
- License: mit
- Created: 2015-03-12T14:18:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T14:18:53.000Z (almost 10 years ago)
- Last Synced: 2025-01-10T21:19:26.145Z (5 days ago)
- Language: PHP
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
- **Name:** Thistle
- **Description:** Thistle is a small, modular framework for quickly turning a normal "static" html site into a "hybrid" CMS.
- **Authors:** Luke Watts (Affinity4.ie)
- **Author Website:** http://affinity4.ie
- **Version:** 3.2.0
- **License:** MITThistle is a small, modular framework for quickly turning a normal static html site into a "hybrid" CMS.
An MVC backend will allow for handling database and content while the front end can remain non-MVC. The front end can use as much or as little of the classes provided as long as it use the base template functions for inserting plugins and content from the database.
Compatitbility & Features
-------------------------
- PHP 5.3+ compatible
- Composer
- PHPMailer
- Eloquent ORMKnown Issues
------------
If your root folder is in a subdirectory of your server you will need to set the $site['url'] field in app/config/config.php for Thistle to work.Future Features
---------------
- SwiftMailer compatibility
- Slider plugin
- Masonry Portfolio plugin
- "Thorns" API (more to come)