Frank John Begornia
59fc920498
Fix Laravel 5.5 compatibility issues - view helpers, collections, and auth routes
...
- Replace {{ url() }} with {{ url('/') }} in all blade templates to fix object-to-string conversion errors
- Update TeamStoreModel::selectTeamStoreGroupByCartKey() to use first() instead of get() for Laravel 5.5 Collections
- Fix TeamStoreController to access object properties directly instead of using array syntax [0]
- Update authentication routes to use Laravel 5.5 method names (showLoginForm, login, logout)
- Update login/register links from /auth/login to /login throughout views (navbar, app, auth pages)
- Verify cart, login, and register pages working with HTTP 200 status
2026-01-14 21:44:34 +08:00
Frank John Begornia
02a6aa8d24
Update DesignerController and site_config for MinIO integration and URL adjustments
2026-01-07 01:28:47 +08:00
Frank John Begornia
8b195fff55
Refactor image URLs to use MinIO storage across various views and controllers
2026-01-07 01:10:15 +08:00
Frank John Begornia
995d3d3ea0
Add MinIO S3 storage integration
...
- Add minio disk configuration in filesystems.php
- Create helper functions for MinIO URLs (minio_url, minio_image_url)
- Update composer.json with AWS SDK (for future S3 support)
- Add MinIO env vars to docker-compose.local.yml
- Add .env examples for MinIO configuration
2026-01-06 15:20:15 +08:00
Frank John Begornia
2dbcf3e2e6
Update AppServiceProvider to force HTTPS and configure APP_URL in app.php
2025-12-31 02:10:31 +08:00
franknstayn
0abc30c7a0
updated checkout flow
2021-11-03 21:30:42 +08:00
franknstayn
54eb09f080
update navbar
2021-09-25 18:20:22 +08:00
franknstayn
6d67430c33
update creds
2021-09-15 20:48:31 +08:00
franknstayn
cde3a8597c
update email creds
2021-09-15 20:41:07 +08:00
franknstayn
6bc7f0b3f0
update email creds
2021-09-15 20:20:31 +08:00
franknstayn
1007e59b7d
update email
2021-09-15 20:02:51 +08:00
Frank John Begornia
5f44fd781f
change image url
2020-11-27 16:24:57 +08:00
Frank John Begornia
a4cbfd63da
added api for tracking
2020-11-27 02:43:26 +08:00
franknstayn
21ec11e998
add shipping cost
2020-08-10 22:41:40 +08:00
franknstayn
b76eb97d66
update from live 11_11_2019
2019-11-11 04:44:08 -06:00
franknstayn
7b979abad1
fixed broken link on cart page.
2019-11-06 07:26:02 -06:00
Frank John Begornia
83f0624f07
fixed user dashboard for store owner (store settings, store reports)/ fixed login/register page/
2019-09-24 19:52:38 +08:00
Frank John Begornia
e60bb3baf8
update 7_11_2019
2019-07-11 21:50:00 +08:00
Frank John Begornia
c8309e7d3f
google analytics test
2019-06-19 21:53:01 +08:00
Frank John Begornia
2e79d9b38d
update_6_10_2019
2019-06-10 18:06:35 +08:00
Frank John Begornia
30962d3b4e
manual item upload
2019-05-17 15:55:38 +08:00
Frank John Begornia
c982366dbd
seperate images
2019-04-24 17:45:28 +08:00
Frank John Begornia
c5862dfbf4
4_15_2019 update
2019-04-15 22:38:53 +08:00
Frank John Begornia
562f03488a
Initial Commit
2019-03-06 20:32:31 +08:00