CakePHP ORM and Illuminate Pagination
Do you know CakePHP version 3 has a lovely ORM which can be used as standalone?
Thank you José Lorenzo Rodríguez and every contributor, for your hard work.
1 composer require cakephp/orm That’s it.
Working on I noticed I need to do some pagination. Oh, remember we have illuminate/pagination. Why not use it?
Problem, there seems no one have implemented it. How could we achieve it? Lets do it.
1 composer require illuminate/pagination If you are using a psr-7 request / response here is the middleware for you.