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

Class chartbar does not exist #12

Closed
r4lly99 opened this issue Mar 28, 2016 · 2 comments
Closed

Class chartbar does not exist #12

r4lly99 opened this issue Mar 28, 2016 · 2 comments

Comments

@r4lly99
Copy link

r4lly99 commented Mar 28, 2016

Hi costa, i have error when try using sample data
`



                        <?php
                            $data = array(
                                'Jan' => array(33),
                                'Feb' => array(32),
                                'Mar' => array(12)
                            );
                        ?>

                        {!! app()->chartbar->render("BarChart", $data) !!}`

I'm using laravel 5.1.* , php 7 , and chartjs 1.0.2 , and already using the provider like your suggestion in readme .

@fxcosta
Copy link
Owner

fxcosta commented Apr 9, 2016

Hello! It may be a stupid question but you really was registered this provider? You execute the artisan command to publish the configuration file?

php artisan vendor:publish

i'll wait for your feedback! thanks

@r4lly99
Copy link
Author

r4lly99 commented Apr 9, 2016

of course, but never mind , i finally downgrade my laravel to version 5.0.* , and use lavachart , now everything fine. Thank's anyway costa

@fxcosta fxcosta closed this as completed Dec 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants