Wednesday, June 25, 2014

Re: cakephp graphs

use JP graph as a vendor.


On Wed, Jun 25, 2014 at 6:41 PM, ajt <jagguy999@gmail.com> wrote:
I found out I need to install highcharts with json and I am usure on what to do.
I have run composer.exe
I am having an awful time creating a composer.json file to install highchartsPHP for windows cakephp.
I dont know how exactly to create a file.
The examples I have for cakephp composer is for linux and I have windows.


https://github.com/ghunti/HighchartsPHP

I have this file and I run it from app dir, , but do I place the highcharts dir where ?  where I should place files to install?
How do I install this EXACTLY.

{
    "name": "cakephp/cakephp",
    "description": "The CakePHP framework",
    "type": "library",
    "keywords": ["framework"],
    "homepage": "http://cakephp.org",
    "license": "MIT",
    "authors": [
        {
            "name": "CakePHP Community",
            "homepage": "https://github.com/cakephp/cakephp/graphs/contributors"
        }
    ],
   
    "require": {
        "ghunti/highcharts-php": "~3.0"
    }
   
   
}


--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.



--
Regards

--
Soumavo Chattaraj


--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

No comments: