ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
284 stars 84 forks source link

Unable to use make:chart artisan CLI #77

Closed arifldhewo closed 1 year ago

arifldhewo commented 1 year ago

For another context: I'm using Laravel 10.0, already reinstall the dependencies, the dependencies using v2.1

The error showing like this.

image

EDIT:

After i read another issues i already read the same problem as me, the answer is, i must update my dependencies into 3.0 or greater, but the problem is, i can't update it because the requirement is need to be laravel 9.0 etc.

image

ArielMejiaDev commented 1 year ago

in this case You can still use the library just take in mind that you should create your own classes where you require it and instantiate the chart classes by yourself, the command only creates the files for you and give you a nice boilerplate based on the docs site to give you a little chart class that you are able to customize as you need.