See the response here: http://forum.asgardcms.com/topic/3/intergrate-with-aimeos-laravel/6
In short, yes you can.
See the response here: http://forum.asgardcms.com/topic/3/intergrate-with-aimeos-laravel/6
In short, yes you can.
I would suggest creating a module that handles this, while using the Aimeos package.
Hello,
You can potentially overwrite any configuration using larave's config class.
Example from the CoreServiceProvider:
$this->app->config->set('app.locale', array_keys($availableLocales)[0]);
@bertomunozcabrer
This is normal composer behaviour. After composer has removed your module you can get it back using git, or just by copying the folder before hand and put it back afterwards.
Each item has a weight, which you can set to change the order.
By going into the settings page in the backend.
No need to open 2 posts.
Yes, you can use docker (provided with the cms) or vagrant, or valet, etc.
That's how composer works yes.
Did you run composer dump autoload -o
, to optimise the autoloader?