owenvoke / laravel-dashboard-google-fit-tile

A tile for Laravel Dashboard that displays statistics from Google Fit
https://packagist.org/packages/owenvoke/laravel-dashboard-google-fit-tile
MIT License
6 stars 0 forks source link

Does this work without livewire? #3

Open adityaps13 opened 3 years ago

adityaps13 commented 3 years ago

I use laravel 8 without livewire. Will this package support without livewire? Also what about recent service agreement change by google for polling the API with permission.

owenvoke commented 3 years ago

I don't really maintain the Laravel Dashboard packages I created anymore as I stopped using Laravel Dashboard. However, as far as I know, Laravel Dashboard requires Livewire. I'm not planning on updating it to stop using Livewire.

As for the API permissions, do you have a link to the changes? I don't follow service agreement changes as I'm not currently using the API, so I don't know what would need to be changed/updated (if anything) in this package.