Search found 5 matches

by DavidSlash
11 Apr 2025, 20:24
Forum: Laravel package
Topic: Admin dashboard broken
Replies: 9
Views: 17251

Re: Admin dashboard broken

Perfect! Now it works! I wonder if I got the right Aimeos version... is this version capable of having different vendors each one with a store? Also, is quite perfect. When I switch to darkmode, it doesn't stick to other sections. But that's just a minor thing. https://drive.google.com/file/d/1xtgCQ...
by DavidSlash
11 Apr 2025, 14:34
Forum: Laravel package
Topic: Admin dashboard broken
Replies: 9
Views: 17251

Re: Admin dashboard broken

Sure! Here you got! //Light by default (based on View used) - checks for Dark preference (by browser, or cookie) if (prefersDark.matches && !isLight) { ['light', 'dark'].map(cl => document.body.classList.toggle(cl)); Aimeos.theme(document.body.classList.contains("dark") ? "dar...
by DavidSlash
10 Apr 2025, 20:13
Forum: Laravel package
Topic: Admin dashboard broken
Replies: 9
Views: 17251

Re: Admin dashboard broken

yes! CMS link is already fixed. Yet, other options in dashboard are inaccesible. I add a video for reference: https://drive.google.com/file/d/1T4xbuu ... sp=sharing

Im running a Mac M1 in case that helps.
by DavidSlash
10 Apr 2025, 14:13
Forum: Laravel package
Topic: Admin dashboard broken
Replies: 9
Views: 17251

Re: Admin dashboard broken

I installed yesterday through github, and this is the composer.json line: "aimeos/aimeos-laravel": "2025.04.*"
Clicking the Aimeos logo on admin I see this on the url: version=2025.04.1

Note: I run Aimeos by doing php artisan serve, may be I need to do it under a docker container?
by DavidSlash
10 Apr 2025, 13:47
Forum: Laravel package
Topic: Admin dashboard broken
Replies: 9
Views: 17251

Admin dashboard broken

I installed Aimeos on my local, the front end looks good, but when I want to use the admin dashboard: 1) The main dashboard item it doesn't show total orders, completed orders, etc, nor graphics, I only get the spinning wheel on the graphic parts. 2) Clicking options Sales, Catalog, Users, Marketing...