A1Gard
afe5df8b4e
added subcategories grid theme part
...
changed directory some theme part
8 months ago
A1Gard
905134ecf9
added product grid side theme part [WIP: filter category]
8 months ago
A1Gard
05ef81dec3
added product grid theme part
8 months ago
A1Gard
3f3c934d83
added card toggle
...
added card storage to customer
8 months ago
A1Gard
1e71cc704e
added vue & vuex to client js
...
added vue-toast to client
added image seeder guide to readme
added fav toggle to client
8 months ago
A1Gard
bee0b8ea69
added image seeding command
8 months ago
A1Gard
4d8d1c0226
added seeding prepare command
8 months ago
A1Gard
47990d98ee
added seeder image git ignore
8 months ago
A1Gard
dec3e0b16b
added attachment temp download link
...
added simple attachs list
fixed area seeder
8 months ago
A1Gard
edecafe6c5
added galleries list theme part
8 months ago
A1Gard
66df032556
added grid gallery to theme part
8 months ago
A1Gard
68be630c1c
added gallery grid theme part
...
added aparat gallery theme part
8 months ago
A1Gard
8eca666671
added sub-group theme part
...
optimized theme parts
improved group seeder
change screenshots
8 months ago
farazdy
f6a6d3ea00
Added grid post list sidebar
8 months ago
farazdy
3bb26bcd45
Added grid post list
8 months ago
farazdy
7853e633fa
Added simple post list sidebar
8 months ago
A1Gard
2ea5b673d8
fixed pagination ul
8 months ago
A1Gard
8c0ae50046
added simple post list theme part
...
fixed some bugs
8 months ago
A1Gard
912044d965
updated area seeder
...
updated remix icon version
8 months ago
A1Gard
779b8a7074
fixed bug setting duplicate
8 months ago
A1Gard
5fa5b70d49
fixed width setting
8 months ago
A1Gard
cf9514e3dc
added post sidebar theme part
8 months ago
A1Gard
1f95373c2f
updated git ignore upload folder
8 months ago
A1Gard
e0c7dc3570
added simple comment theme part
...
added safe form
added comment submit method
8 months ago
A1Gard
77aa183a30
fixd bug & added approved comment
8 months ago
A1Gard
00b7d19f09
added comment area & post view & time-spend
8 months ago
A1Gard
c9510fe2b1
added post view increment
8 months ago
A1Gard
742c75b75c
added simple post
8 months ago
A1Gard
468d9f60aa
optimized xcontroller & route
...
added client controller
8 months ago
A1Gard
527cf862a9
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# resources/views/segments/header/SimpleHeader/SimpleHeader.blade.php
8 months ago
A1Gard
b39b4a43d2
added ParallaxHeaderPin theme part
...
fixed some ui bugs
8 months ago
A1Gard
c947b35bf1
added simple part
...
added slider
8 months ago
A1Gard
ce19cd3d77
added simple part
8 months ago
A1Gard
d9e8ab919a
added inline map theme part
8 months ago
A1Gard
f2c039e23c
added location picker to setting
8 months ago
A1Gard
a16ff6461f
added counter theme part
8 months ago
A1Gard
29a66fab5e
added icon field to setting
8 months ago
A1Gard
584a062867
added grid category
8 months ago
A1Gard
be6a666d54
added categories fav image
8 months ago
A1Gard
5fbc036017
added parallax footer part
8 months ago
A1Gard
2e75682b35
added long height posts
...
added sample images
8 months ago
A1Gard
c3711bc322
added ParallaxSlider part
...
fix slider auto problem
8 months ago
A1Gard
9cfd799e59
optimize new slider data match by theme
8 months ago
A1Gard
b2490089ca
added add data to slider
...
added remove data to slider
8 months ago
A1Gard
480a363e37
added theme controller
...
optimized website gtmetrix [removed inline styles]
8 months ago
A1Gard
1482829b32
added side menu
8 months ago
A1Gard
40e0201cc6
added main to website
8 months ago
A1Gard
fdc54ef515
Merge pull request #45 from CyberAli1989/master
...
feat: Implement product listing API with caching and sorting
8 months ago
Ali
3a0d622c16
Merge branch '4xmen:master' into master
8 months ago
cyberali
d09a7f0afb
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
8 months ago