A1Gard
a01811b915
added meta description [seo]
...
added twitter [x] preview
9 個月前
A1Gard
3edd772380
added Open Graph Tags to models
...
updated markup
9 個月前
A1Gard
eb0d939040
added markup json to product and post
9 個月前
A1Gard
a3b8155cb4
added markup json breadcrumb [seo]
9 個月前
A1Gard
967df9c3bd
added some translate
9 個月前
A1Gard
c9b7f63efc
updated translate [persian]
9 個月前
A1Gard
8a70dae42f
remove duplicated assets
...
added latest products theme part
fix some bugs
updated part seeder
9 個月前
A1Gard
b8ee68a682
added slider seeder
...
added slider image seeder
9 個月前
A1Gard
dc3ec891e8
added Avisa theme part
...
added customer controller to profile
WIP: complete
9 個月前
A1Gard
729f043158
added theme part ns card
...
added CardController
added transport seeder
fixed meta input ui bug
9 個月前
A1Gard
5afa248303
added clips list theme part
...
added dor clip theme part
fixed some clip upload bug
fixe product preview permission
optimized mp3 & mp4 player
9 個月前
A1Gard
2c090427c5
added attachment list theme part
...
added attach with preview theme part
9 個月前
A1Gard
847752d469
added single product route
...
added aria product theme part
added tooltip to compare add to card
fixed has discount bug
fixed toggle card bugs [quantity]
improved ui different color for secondary color
fixed tag url
9 個月前
A1Gard
d4e971c4b9
fixed bug discount expire time
9 個月前
A1Gard
5edc0b61f5
added login big bg
...
added login js
added customer sign-in process
9 個月前
A1Gard
25926a9059
added compare product theme part
...
fixed bugs & improved ui/ux in product fullMeta
added compare route
improved select filter category client
10 個月前
A1Gard
20d5fde215
complete meta filter
10 個月前
A1Gard
f45ac25f9a
added first page ignore middleware [seo]
...
improved fix css switch
added basic meta filter [WIP]
10 個月前
A1Gard
afe5df8b4e
added subcategories grid theme part
...
changed directory some theme part
10 個月前
A1Gard
905134ecf9
added product grid side theme part [WIP: filter category]
10 個月前
A1Gard
3f3c934d83
added card toggle
...
added card storage to customer
10 個月前
A1Gard
1e71cc704e
added vue & vuex to client js
...
added vue-toast to client
added image seeder guide to readme
added fav toggle to client
10 個月前
A1Gard
bee0b8ea69
added image seeding command
10 個月前
A1Gard
4d8d1c0226
added seeding prepare command
10 個月前
A1Gard
dec3e0b16b
added attachment temp download link
...
added simple attachs list
fixed area seeder
10 個月前
A1Gard
edecafe6c5
added galleries list theme part
10 個月前
A1Gard
68be630c1c
added gallery grid theme part
...
added aparat gallery theme part
10 個月前
A1Gard
8eca666671
added sub-group theme part
...
optimized theme parts
improved group seeder
change screenshots
10 個月前
farazdy
3bb26bcd45
Added grid post list
10 個月前
A1Gard
8c0ae50046
added simple post list theme part
...
fixed some bugs
10 個月前
A1Gard
912044d965
updated area seeder
...
updated remix icon version
10 個月前
A1Gard
cf9514e3dc
added post sidebar theme part
10 個月前
A1Gard
e0c7dc3570
added simple comment theme part
...
added safe form
added comment submit method
10 個月前
A1Gard
77aa183a30
fixd bug & added approved comment
10 個月前
A1Gard
00b7d19f09
added comment area & post view & time-spend
10 個月前
A1Gard
c9510fe2b1
added post view increment
10 個月前
A1Gard
742c75b75c
added simple post
10 個月前
A1Gard
468d9f60aa
optimized xcontroller & route
...
added client controller
10 個月前
A1Gard
c947b35bf1
added simple part
...
added slider
10 個月前
A1Gard
29a66fab5e
added icon field to setting
10 個月前
A1Gard
be6a666d54
added categories fav image
10 個月前
A1Gard
c3711bc322
added ParallaxSlider part
...
fix slider auto problem
10 個月前
A1Gard
9cfd799e59
optimize new slider data match by theme
10 個月前
A1Gard
b2490089ca
added add data to slider
...
added remove data to slider
10 個月前
A1Gard
480a363e37
added theme controller
...
optimized website gtmetrix [removed inline styles]
10 個月前
Ali
3a0d622c16
Merge branch '4xmen:master' into master
10 個月前
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
10 個月前
cyberali
01ecec0b6c
Roll back Category model
10 個月前
cyberali
09be9d65ca
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
10 個月前
A1Gard
063fb11f1d
fixed dir problem
10 個月前
A1Gard
a89143c974
added Third Grid product
10 個月前
A1Gard
1258652234
added index image post theme part
10 個月前
A1Gard
1c1f9b4cab
added no link post theme part
10 個月前
A1Gard
e096035c09
optimized firefooter
10 個月前
A1Gard
a4e20ba17e
added fire footer
10 個月前
cyberali
001f200613
Add helper functions for standard JSON responses
...
- Added `success` function to format successful JSON responses with customizable meta tags, Open Graph data, Twitter card data, and canonical URL.
- Added `errors` function to format error JSON responses with customizable status codes.
10 個月前
A1Gard
1a4ac2783c
added Apl Menu theme part
...
added published to group and category
10 個月前
A1Gard
7daa9f4be4
added recet menu
10 個月前
A1Gard
4ebcecf646
added menu to setting
...
added menu seeder
10 個月前
A1Gard
e8ab808839
optimized panel sidebar with acl
10 個月前
A1Gard
49b4904a5c
added acl to project
10 個月前
A1Gard
3e4a189db3
added sort to menu items
10 個月前
A1Gard
34c42c42ef
added menu controller [WIP: sort]
...
added menu item input vue component
added v-model(s) & name support to MorphSelector
10 個月前
A1Gard
e63aecd310
added live preview
10 個月前
A1Gard
ed0dd558b1
added preloader to panel
10 個月前
A1Gard
5e18f1e800
improved Seeders
10 個月前
A1Gard
8b8d5454fb
added last week orders to home
10 個月前
A1Gard
470ab8e922
added invoice seeder
...
added device pie chart
optimized order & invoice table struct
10 個月前
A1Gard
f4bf290756
added status to invoice
...
added user relations
added invoice and ticket to index
10 個月前
A1Gard
a8ce5ab623
added last month visits to home
10 個月前
A1Gard
6254bb1989
added referer website to visitor
10 個月前
A1Gard
02556e0e53
optimized visitor model, migration, middleware, seeder
10 個月前
A1Gard
b6d1a114f8
added visitor statistics
10 個月前
A1Gard
c62d66f7f4
added some feature for theme and setting
...
fixed some bugs
optimized make part
10 個月前
A1Gard
e15dca711c
optimized client command
...
added post icon simple
10 個月前
A1Gard
926bbb9b56
added multi language support
10 個月前
A1Gard
d49bff4b8f
added sort button to category group
...
added sort to prop
10 個月前
A1Gard
f858bb323a
added panel rtl theme
10 個月前
A1Gard
2d1946389e
added persian lang
10 個月前
A1Gard
a4f87d6f5f
optimized png for slider group category
10 個月前
A1Gard
7ad9538fa3
added cities and states controller
10 個月前
A1Gard
cfc8c55a5a
added watermark size and opacity to app setting
10 個月前
A1Gard
32a04fd070
added optimize for category group slider
...
fixed bug part seeder
added watermark2 to SettingSeeder
added upload gitignore
10 個月前
A1Gard
97403be70b
added up-down button to areea
10 個月前
A1Gard
87a89acfbd
added remove to part area
...
added sort part area
added topSimple part
added bootstrap to vendor assets
fixed slider simple duplicate bug
added setting group
fixed setting social group
10 個月前
A1Gard
e20334dfb5
optimized client assets generator
...
completed two preloader sample
10 個月前
A1Gard
07b48881a1
added Area and Part
...
added two preloader sample
10 個月前
A1Gard
687fba4806
added client asset generator [WIP]
10 個月前
A1Gard
c80c5a660b
added client assets
10 個月前
A1Gard
4450a69908
optimized
10 個月前
A1Gard
2bf17918b2
added theme part command
11 個月前
A1Gard
d7ae44512f
added color to setting
11 個月前
A1Gard
bafd039343
added GFX to panel
11 個月前
A1Gard
9843fb043c
added admin log to setting
11 個月前
A1Gard
d63d1f079b
fixed some fatal errors
11 個月前
A1Gard
b85b9bdba1
added sort save to groups
11 個月前
A1Gard
61c3acb25a
added sort save category
11 個月前
A1Gard
b078f83e0e
added setting to panel
11 個月前
A1Gard
d0ceab5d64
added comment controller
11 個月前
A1Gard
9b95e1fa5e
added contact controller
11 個月前
A1Gard
dc9b6beb48
added hash to contact and invoice
11 個月前
A1Gard
dea838a4bc
added ticket controller
11 個月前
A1Gard
5a3245ea5c
added question controller
11 個月前
A1Gard
be41e769ff
optimized attachment and list template
11 個月前
A1Gard
374165b094
added attachment relations
...
added deattach
11 個月前
A1Gard
02a8ad5177
added attachment controller
11 個月前
A1Gard
4a857afb6b
added morph selector
11 個月前
A1Gard
f074423cfe
added transports
11 個月前
A1Gard
3c186f1bf4
added discounts to product
...
added located date to Carbon
11 個月前
A1Gard
6577adabb6
added discount controller
11 個月前
A1Gard
352508117a
fixed restore annd trashed bug for product
11 個月前
A1Gard
f661371f88
save quantities
...
fixed some bugs for update and edit page
11 個月前
A1Gard
a43098693e
added vuex compatible to SearchableSelect
...
added meta input
11 個月前
A1Gard
d9a249cd58
fixed ckeditor change bug
11 個月前
A1Gard
55cf393101
added buy price
...
fixed redirect for insert category_id in list
11 個月前
A1Gard
6b672e6ca7
added slug unique fixer to xcontroller
11 個月前
A1Gard
9d7fac82e7
added prop controller
...
added category api [props]
11 個月前
A1Gard
c19b3bf3e9
added product controller [WIP: discount & meta & quantity]
11 個月前
A1Gard
c353645f66
added customer controller
...
added state and city
installed api route
added address input
11 個月前
A1Gard
0cade105f0
added adv xcontroller
...
added disable date picker
11 個月前
A1Gard
08121212bc
added category controller
11 個月前
A1Gard
daf37c669f
added dataz attribute
11 個月前
A1Gard
a3d392e719
added slider with meta data values
11 個月前
A1Gard
36b7fe8858
added clip controller
11 個月前
A1Gard
b7acaa0610
added galley xController
...
optimize ui
added imgUrl to list template
11 個月前
A1Gard
b44cd1183b
added admin logs controller
...
added log to users
11 個月前
A1Gard
aaab1aa309
added ckeditor to panel
...
added post xController
11 個月前
A1Gard
182fd6eb38
fixed breadcrumb component
11 個月前
A1Gard
08c18bec45
added Group
...
added some essential function to helper and xcontoller
11 個月前
A1Gard
72aecf103b
added xcontroller commands
11 個月前
A1Gard
ee2d417770
added xController store ad update
...
form template
edited menu and order migration
11 個月前
A1Gard
e271017973
xController list + template-list
11 個月前
A1Gard
ba8c4e9fe0
added panel list component
...
fixed post group id
12 個月前
A1Gard
0b814b2395
modified starterkit models
...
added helper
1 年前
A1Gard
9b1cbb6ad0
added migrations
1 年前
A1Gard
49ca8ac6bb
added user roles
1 年前
A1Gard
e9595486f7
added user seeder
1 年前
A1Gard
9fde3c965f
installed requried packages
1 年前
A1Gard
da26c41058
initialized laravel 11.x
1 年前