Laravel theme extension

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!
User avatar
AmzoooJibal
Posts: 35
Joined: 12 Mar 2021, 20:09

Laravel theme extension

Post by AmzoooJibal » 24 Sep 2021, 16:59

Hello,
i have generated a new laravel extension here:

https://aimeos.org/extensions#:~:text=C ... %20classes.

Then i put it in the ext directory ? but the extension style not loaded there is some other things i need to setup ?

regards,

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

Re: Laravel theme extension

Post by aimeos » 26 Sep 2021, 10:21

The CSS/JS files must be published to ./public/vendor/... using:

Code: Select all

php artisan vendor:publish --tag=public --force
Usually that is done automatically when you execute "composer up" and you have been following the installation guide:
https://github.com/aimeos/aimeos-larave ... of-content
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
AmzoooJibal
Posts: 35
Joined: 12 Mar 2021, 20:09

Re: Laravel theme extension

Post by AmzoooJibal » 27 Sep 2021, 09:29

thank you so much i think it's like in the old version we need just to put it in the ext package
Thank you

Post Reply