I'm looking to implement an out-of-the-box solution for filtering & sorting results on my API endpoints, and I've come across Laravel Purity and Spatie's laravel-query-builder. Both are still actively being maintained and offer similar features. I like Purity's approach of defining the filter logic on the model instead of on the controller (which is what Spatie does), but Spatie's solution is a lot more popular.
Is there anyone who has tried both packages or prefers one over another for any good reason? submitted by /u/DigitalEntrepreneur_
[link] [comments]
Laravel API Generator Marcel Pociot released a new package that will automatically generate API documentation from your existing routes.What is neat is it a…Read More
Query Tracer Package Laravel Query Tracer is a new package by Trevor Fitzgerald that allows you to find exactly where a query is being called in your app. It wo…Read More
Laravel Angular Admin Starter KitLaravel Angular Admin is an administration dashboard starter kit designed to give you a base to start working with. It uses Laravel, Angular…Read More
Use Collections outside Laravel Tighten has created a Collections only split from Laravel’s Illuminate Support package. This is designed for stand-alone PHP packages …Read More
0 comments:
Post a Comment
Thanks