xshop/app/Http/Resources
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
..
AdvResource.php feat: Implement home page API endpoint
CategoryResource.php feat: Implement product listing API with caching , sorting , filters and search
CityCollection.php added customer controller
PostResource.php feat: Implement home page API endpoint
ProductResource.php feat: Implement product listing API with caching , sorting , filters and search
PropCollection.php added vuex compatible to SearchableSelect
SliderResource.php feat: Implement home page API endpoint
StateCollection.php added customer controller