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/Http/Resources
cyberali f794d1f083 feat: Implement home page API endpoint
- Add HomeController with index method to provide home page data
- Fetch and include menu with items, limiting selected fields for optimization
- Fetch and include latest 6 sliders using SliderResource
- Fetch and include top 8 parent categories with their products using CategoryResource
- Fetch and include active advertisements with available clicks using AdvResource
- Fetch and include latest 8 posts using PostResource
- Return all collected data as a successful JSON response
2 months ago
..
AdvResource.php feat: Implement home page API endpoint 2 months ago
CategoryResource.php feat: Implement home page API endpoint 2 months ago
CityCollection.php added customer controller 3 months ago
PostResource.php feat: Implement home page API endpoint 2 months ago
ProductResource.php feat: Implement home page API endpoint 2 months ago
PropCollection.php added vuex compatible to SearchableSelect 3 months ago
SliderResource.php feat: Implement home page API endpoint 2 months ago
StateCollection.php added customer controller 3 months ago