ArielMejiaDev / larapex-charts

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

Problem in laravel 11, Command make:chart is ERROR #104

Open jarwonozt opened 5 months ago

jarwonozt commented 5 months ago

I tried to install it successfully, but the command doesn't work when I run the command php artisan make:chart MonthlyUserChart , is there a solution?

Thank You

SS : image

NightcoreDragun commented 5 months ago

Same issue here, i think that there are issue with the providers, trying to check if that the issue.

synsa commented 5 months ago

Same issue, came here to see if it was reported.

shadowoff09 commented 4 months ago

Same issue here.

marineusde commented 4 months ago

I published a fork of the project some days ago and have done some codestyle, bugfixed ect. I fixed the make:chart-command and all the stubs now for you and tested it with a new laravel 11 project in Version 1.2.3:

https://github.com/marineusde/larapex-charts

jarwonozt commented 4 months ago

I published a fork of the project some days ago and have done some codestyle, bugfixed ect. I fixed the make:chart-command and all the stubs now for you and tested it with a new laravel 11 project in Version 1.2.3:

https://github.com/marineusde/larapex-charts

OK bro, I'll try later.

drakanor commented 2 months ago

Works well with Laravel 11. Good job.

ArielMejiaDev commented 2 months ago

I am going to check this issue, thanks

majweb commented 2 months ago

There is still a problem with the make:chart command. Can't find this command. :(

jarwonozt commented 1 month ago

I am going to check this issue, thanks

okay, I'm waiting for the latest update, cheers up

jarwonozt commented 1 month ago

There is still a problem with the make:chart command. Can't find this command. :(

I hope it updates quickly

marineusde commented 1 month ago

Did you test my fork with the command?

heymicoo commented 1 month ago

Has this been resolved?

heymicoo commented 1 month ago

@marineusde Can you submit a PR to the main repo instead of creating a fork please?

marineusde commented 1 month ago

I pulled requests to this repo, but the maintainer closed it cause there are "to many changes". My company use the apex charts in some projects so I do a fork to solve the problems and add more features.

I have no problem working in active repos if the maintainer want it.

coirpower commented 1 month ago

Thanks, @marineusde! Laravel 11 is good for me now 👍 Hope the fix will be soon implemented into this repo as well.