Giter Site home page Giter Site logo

contour's Introduction

Contour

Synopsis

A framework built on laravel used to model data easily and efficiently. When complete this can be a cms that will a web application that could be of any type.

Code Example

DataTags Are used to tag data for later reference. DataBlocks hold data and can be referenced by DataTags.

Get a tag by it's ID if it is known $tag = DataTags::get_by_id($id);

get all root tags in the database

$tags = DataTags::get_by_parent_id(-1);

Motivation

So many CMS applications are orientated towards one specific type of website. I wanted to make a CMS/Framework that allowed easy extension of functionality to any type of website. I came up with Contour to solve this problem.

Installation

Right now, You download the project, set the database credentials in app/config/database.php and then in terminal run php artisan migrate.

API Reference

Coming Soon

This project allows the use of intellisense across the project

##Running

Requires redis.

Windows: install chocolately choco install redis-64 run redis-server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.