LaravelDaily / laravel-charts

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

New Model Placement in Laravel 8 #50

Closed zeevx closed 4 years ago

zeevx commented 4 years ago

From Laravel 8, all its models are placed in a folder called Models (App\Models)

PovilasKorop commented 4 years ago

@zeevx thanks! Though it's still a choice for people, they can place it wherever, so both options should be possible. But let's stick to new framework defaults, I agree.