LaravelDaily / laravel-charts

Package to draw charts in Laravel with Chart.js
MIT License
532 stars 118 forks source link

Added possibility to disregard global scope on model #52

Closed axplmma closed 4 years ago

axplmma commented 4 years ago

Global scopes are often used on models to limit visibility of model's records visibility to owned ones only. However on dashboard may may need to show global statistics and this global scope needs to be disregarded.