aimeos package configuration problem for laravel 5.2

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!
saeedmansour
Posts: 3
Joined: 15 Jan 2016, 12:23

aimeos package configuration problem for laravel 5.2

Post by saeedmansour » 15 Jan 2016, 12:31

Hi,
It's the first time I want to use the Aimeos package for laravel and I installed the package without any problems.
Now I want to configure my site like the example demo, or to use a theme from the default themes.
The descriptions in the configuration section of the laravel package aren't clearly explaining the steps.
The file names and folder structures in the guide are not the same as in my laravel 5.2 website so I have trouble in configuring my starter website. Can anybody show me a step by step tutorial? I'm in urgent need, because I have a really strict time limit for the project.
Thanks in advance.

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

Re: aimeos package configuration problem for laravel 5.2

Post by aimeos » 15 Jan 2016, 13:33

saeedmansour wrote:The descriptions in the configuration section of the laravel package aren't clearly explaining the steps.
To which page are you referring and what exactly would you like to configure? A new theme or something in the default elegance theme?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

saeedmansour
Posts: 3
Joined: 15 Jan 2016, 12:23

Re: aimeos package configuration problem for laravel 5.2

Post by saeedmansour » 15 Jan 2016, 15:44

Thanks for answering
I've just installed the package and now I want to configure the default elegance theme to be my start point.
If you could help me doing this, the rest would be no problem.
I just want to have a working starting point, after that I can change and configure the theme to fit my needs.
Thanks in advance.

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

Re: aimeos package configuration problem for laravel 5.2

Post by aimeos » 15 Jan 2016, 16:06

saeedmansour wrote:I've just installed the package and now I want to configure the default elegance theme to be my start point.
If you've followed the setup guide (https://github.com/aimeos/aimeos-laravel#setup), the demo shop including the default elegance theme should be available at the URL "http://<yourhost:port>/list"

The important step is to paste the listed Blade template code into the new file "resources/views/app.blade.php" in your Laravel installation. If you want to create a new theme based on the existing one, you should copy the "public/packages/aimeos/shop/themes/elegance/" directory, adapt the CSS files, and change the path to the CSS files in "resources/views/vendor/shop/base.blade.php" to your new files.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

saeedmansour
Posts: 3
Joined: 15 Jan 2016, 12:23

Re: aimeos package configuration problem for laravel 5.2

Post by saeedmansour » 15 Jan 2016, 16:32

Oh thanks!
I didn't know about the /list path.
Added it and everything started to work.
Thaaaaaaaaaaaaaaaaaaank youuuuuuuuuuuuu :D :) ;) :( :o :o :lol:

Post Reply