Commit Graph

11 Commits

Author SHA1 Message Date
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
franknstayn
bbf0fd286d added bucket hat sizes 2020-11-26 12:32:29 -06:00
franknstayn
9874fb4b60 update 2020-09-29 01:05:01 -05:00
franknstayn
56f790c279 added new form for store item 2020-03-19 22:37:08 +08:00
franknstayn
0d26eefab9 add form in user page 2020-02-07 01:14:27 +08:00
franknstayn
4a9060961a rename number to name 2019-12-04 18:48:41 +08:00
franknstayn
9c371d17be added name and size form in select 2019-12-04 18:43:03 +08: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
30962d3b4e manual item upload 2019-05-17 15:55:38 +08:00