Page 1 of 1

Setting up elegance theme Demo

Posted: 13 Apr 2017, 18:29
by mcwor
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?

Re: Setting up elegance theme Demo

Posted: 13 Apr 2017, 19:56
by aimeos
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

Re: Setting up elegance theme Demo

Posted: 14 Apr 2017, 17:40
by mcwor
That worked. Thank You!!