aarondfrancis / fast-paginate

A fast implementation of offset/limit pagination for Laravel.
MIT License
1.21k stars 56 forks source link

Column not found when using `addSelect` #67

Closed MohammedElattar closed 2 months ago

MohammedElattar commented 2 months ago

i have that model

ModelName::query()->addSelect(['custom_column' => CustomModel::select('custom_name')->limit(1)])->fastPainate()

ModelName::query()->addSelect(['custom_column' => CustomModel::select('custom_name')->limit(1)])->paginate()