ctsoft-de / laravel-pretty-pagination

Pretty pagination URLs for Laravel
MIT License
17 stars 7 forks source link

Route Resource Support? #8

Open nagibmahfuj opened 1 month ago

nagibmahfuj commented 1 month ago

Hi @domkrm,

Route::resource('articles', ArticleController::class)->paginate(); throws this error:

BadMethodCallException
Method Illuminate\Routing\PendingResourceRegistration::paginate does not exist.

You must allow pretty pagination on route resources.

domkrm commented 1 month ago

Sorry, currently I have absolutely no time to implement this. Feel free to make a Pull Request.