Use Aimeos Controllers And Views Laravel Aimeos
					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!
	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
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
			
			
			
									
									
						Re: Use Aimeos Controllers And Views Laravel Aimeos
You have to execute "composer update" on your server nevertheless!
			
			
			
									
									Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos, give us a star
 give us a star
						If you like Aimeos,
 give us a star
 give us a starRe: Use Aimeos Controllers And Views Laravel Aimeos
I need do that too.
I ned add :
 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
			
			
			
									
									
						I ned add :
Code: Select all
include('ads.banner-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
Re: Use Aimeos Controllers And Views Laravel Aimeos
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
			
			
			
									
									https://aimeos.org/docs/Laravel/Adapt_p ... he_package
Professional support and custom implementation are available at  Aimeos.com
If you like Aimeos, give us a star
 give us a star
						If you like Aimeos,
 give us a star
 give us a star Star Repo
					Star Repo
				