Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added TOC to readme #332

Open
wants to merge 1 commit into
base: 3.1
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,34 @@ Dev:
[![Build Status](https://img.shields.io/travis/kevinkhill/lavacharts/master.svg?style=plastic)](https://travis-ci.org/kevinkhill/lavacharts)
[![Coverage Status](https://img.shields.io/coveralls/kevinkhill/lavacharts/master.svg?style=plastic)](https://coveralls.io/r/kevinkhill/lavacharts?branch=master)

- [Lavacharts 3.1.12](#lavacharts-3112)
* [Developer Note](#developer-note)
* [Package Features](#package-features)
+ [For complete documentation, please visit [lavacharts.com](http://lavacharts.com/)](#for-complete-documentation--please-visit--lavachartscom--http---lavachartscom--)
- [Upgrade guide: [Migrating from 2.5.x to 3.0.x](https://github.com/kevinkhill/lavacharts/wiki/Upgrading-from-2.5-to-3.0)](#upgrade-guide---migrating-from-25x-to-30x--https---githubcom-kevinkhill-lavacharts-wiki-upgrading-from-25-to-30-)
- [For contributing, a handy guide [can be found here](https://github.com/kevinkhill/lavacharts/blob/master/.github/CONTRIBUTING.md)](#for-contributing--a-handy-guide--can-be-found-here--https---githubcom-kevinkhill-lavacharts-blob-master-github-contributingmd-)
* [Installing](#installing)
* [Framework Agnostic](#framework-agnostic)
* [Laravel](#laravel)
+ [Laravel ~5.5](#laravel--55)
- [Configuration](#configuration)
+ [Laravel ~5.4](#laravel--54)
- [Configuration](#configuration-1)
+ [Laravel ~4](#laravel--4)
- [Configuration](#configuration-2)
* [Symfony](#symfony)
+ [Add Bundle](#add-bundle)
+ [Import Config](#import-config)
- [Usage](#usage)
* [Basic Example](#basic-example)
+ [Controller](#controller)
- [Data](#data)
- [Chart Options](#chart-options)
- [Output ID](#output-id)
* [View](#view)
- [Changelog](#changelog)
* [Stargazers over time](#stargazers-over-time)

## Developer Note
Please don't be discouraged if you see that it has been "years" since an update, but rather think that Lavacharts has settled into a "stable" state and requires less tinkering from me. I would love to add new features, but my responsibilities leave little room for my projects. I am happy to field issues, answer questions, debug and help if needed. Lavacharts is not vaporware! :smile:

Expand Down