PHPackages                             techcyclist/highstock - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. techcyclist/highstock

ActiveLibrary

techcyclist/highstock
=====================

Laravel Highstock Packages

2.0.12(7y ago)13.2kMITPHP

Since Jan 17Pushed 7y ago1 watchersCompare

[ Source](https://github.com/techcyclist/laravel-highstock)[ Packagist](https://packagist.org/packages/techcyclist/highstock)[ RSS](/packages/techcyclist-highstock/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)DependenciesVersions (17)Used By (0)

Laravel 5 Highstock Package
===========================

[](#laravel-5-highstock-package)

[![Total Downloads](https://camo.githubusercontent.com/b40bcc144b3d744214fe5bfc8abf4dc10101cea52022d8e14bdb53c6221ceae9/68747470733a2f2f706f7365722e707567782e6f72672f746563686379636c6973742f6869676873746f636b2f646f776e6c6f616473)](https://packagist.org/packages/techcyclist/highstock)[![Latest Stable Version](https://camo.githubusercontent.com/a0f73046949fcff7c34ba7030ad5fc4313442f5449ef3e84e775b6af32c3a247/68747470733a2f2f706f7365722e707567782e6f72672f746563686379636c6973742f6869676873746f636b2f762f737461626c65)](https://packagist.org/packages/techcyclist/highstock)

Highstock Package for Laravel 5

Forked from Laravel Highcharts (julles/laravel-highcharts) and modified for Highstock.

### Installation

[](#installation)

Add Package to composer.json

```
composer require techcyclist/highstock:dev-master
```

Add provider to app.php:

Provider :

```
Techcyclist\Highstock\Provider::class,
```

then publish the config

```
php artisan vendor:publish
```

### Usage

[](#usage)

Your controller could look something like this:

```
