Standalone vs Package

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
Wall0fDeath
Posts: 28
Joined: 30 Aug 2022, 13:56

Standalone vs Package

Post by Wall0fDeath » 28 Dec 2022, 10:19

Hi!

Debian GNU/Linux 11 (bullseye) + vbox

Standalone:
php - 8.2
aimeos-core - 2022.10.7
ai-laravel - 2022.10.4
laravel/framework - 9.37.0

Package:
php - 8.2
aimeos-core - 2022.10.7
ai-laravel - 2022.10.4
laravel/framework - 9.37.0


I have a Standalone install, what uses webpack-mix, and when I install Aimeos as a Laravel package, it will use vite. My boss decided we should use the standalone version. Is there any way to install the standalone shop with vite (instead of webpack) with a configuration change or something? (I can take the hard way, if there is no other option :D)

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

Re: Standalone vs Package

Post by aimeos » 28 Dec 2022, 21:08

Aimeos is independent of both, Webpack and Vite. They are used/provided by the Laravel application and the Aimeos standalone application uses the laravel/laravel package as base (https://github.com/laravel/laravel). Laravel moved from Webpack to Vite in Laravel 9 and you can copy the files from Laravel 9 repo to use Vite instead.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
Wall0fDeath
Posts: 28
Joined: 30 Aug 2022, 13:56

Re: Standalone vs Package

Post by Wall0fDeath » 30 Dec 2022, 13:08

Yep, that's the "hard way" ( if i can call the change of 4 files to that :D )
Thank you! Have a nice day! :))

Post Reply