Use Aimeos Controllers And Views Laravel Aimeos

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!
shahzaib_717
Posts: 6
Joined: 01 Jun 2018, 07:17

Use Aimeos Controllers And Views Laravel Aimeos

Post by shahzaib_717 » 01 Jun 2018, 07:26

I want to use controllers and views from vendor folder to my custom extension in Laravel Aimeos because vendor folder is ignored in git when push to the server how I can do that my php version is 7.1 and Laravel version is 5.6 on Windows

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

Re: Use Aimeos Controllers And Views Laravel Aimeos

Post by aimeos » 01 Jun 2018, 20:50

You have to execute "composer update" on your server nevertheless!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

h2jose
Posts: 8
Joined: 04 Jun 2018, 14:45

Re: Use Aimeos Controllers And Views Laravel Aimeos

Post by h2jose » 04 Jun 2018, 23:30

I need do that too.

I ned add :

Code: Select all

include('ads.banner-home')
en lists, only home
But, in detail i don't need this include, i did it in Vendor folder , but i don't find how do it from ext folder

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

Re: Use Aimeos Controllers And Views Laravel Aimeos

Post by aimeos » 05 Jun 2018, 07:15

All Aimeos Blade templates can be overwritten in the ./resources/views/shop/ folder of your application:
https://aimeos.org/docs/Laravel/Adapt_p ... he_package
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply