You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/app
cyberali dcead2a865 feat: Implement product listing API with caching , sorting , filters and search
- Add ProductController with index method to provide product listings
- Implement caching for product listings based on request URI
- Add sorting functionality for products by various criteria (new, old, most_view, less_view, most_buy, less_buy)
- Implement filtering by category using slug
- Add search functionality to filter products by name
- Implement price range filtering using min_price and max_price parameters
- Include related category data in the product resource response
- Set default pagination to 20 items per page with optional customization via per_page parameter
2 months ago
..
Console/Commands added visitor statistics 2 months ago
Helpers Add helper functions for standard JSON responses 2 months ago
Http feat: Implement product listing API with caching , sorting , filters and search 2 months ago
Models Roll back Category model 2 months ago
Observers optimized client command 2 months ago
Providers added multi language support 2 months ago