fractal
fractal copied to clipboard
IlluminatePaginatorAdapter doesn't work with Eloquent's simplePaginate() method
Since the IlluminatePaginatorAdapter is type-hinting for Illuminate\Contracts\Pagination\LengthAwarePaginator, you can't use that paginator if you are using Eloquent's simplePaginate() method.
Any plans on adding support for that? Or should I just PR something? :)
If you want you can PR but it's on my todo list so if you don't then I will as soon as I get some time!
Will this get fixed?
I'm not able to use it with Laravel 4.2
Just ran into this issue today. Would be nice if simplePaginate() was supported.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 4 weeks if no further activity occurs. Thank you for your contributions.