Setting up elegance theme Demo

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
mcwor
Posts: 2
Joined: 13 Apr 2017, 17:09

Setting up elegance theme Demo

Post by mcwor » 13 Apr 2017, 18:29

I am trying to setup Aimeos Demo locally with the elegance theme on top of my Laravel project on my Windows machine. I believe it installed correctly but I do not see the elegance theme.

My PHP web server is showing this error with this file and others

[Thu Apr 13 13:00:33 2017] 127.0.0.1:49348 [404]: /packages/aimeos/shop/themes/aimeos.js - No such file or directory

When I performed the composer update to get the latest version of Aimeos it did not give me a path of "/packages/aimeos/shop/themes/<files>" with these files. Could anyone tell me where I get them? And after I get them where and what files do I modify with that path?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Setting up elegance theme Demo

Post by aimeos » 13 Apr 2017, 19:56

You probably forgot to execute that command as described here: https://github.com/aimeos/aimeos-larave ... -or-update

Code: Select all

php artisan vendor:publish
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

mcwor
Posts: 2
Joined: 13 Apr 2017, 17:09

Re: Setting up elegance theme Demo

Post by mcwor » 14 Apr 2017, 17:40

That worked. Thank You!!

Post Reply