All notable changes to laravel-paginate-collection
will be documented in this file.
- initial release
- Updated README.md publish config command
- Added feature to retrieve the default page size from the config file.
- Updated README.md to show how to use the default page size with examples.
- Added feature to retrieve the default page name from the config file.
- Updated README.md to show how to use the default page name with examples.
- Updated pest tests to test the default page size and page name.
- Updated dependencies.
- Support laravel 10
- Added support for Laravel 11
- Removed support for Laravel 9
- Removed support for php8.1