How to init full process to create a site?
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!
- OleksiiFedorenko
- Posts: 2
- Joined: 18 Sep 2023, 13:19
How to init full process to create a site?
Can I create a site by using built-in tools, without using ?
Code: Select all
artisan aimeos:setup <site code>
Re: How to init full process to create a site?
You can use the code from the command in your own controller for example:
https://github.com/aimeos/aimeos-larave ... hp#L57-L65
https://github.com/aimeos/aimeos-larave ... hp#L57-L65
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, give us a star
If you like Aimeos, give us a star
- OleksiiFedorenko
- Posts: 2
- Joined: 18 Sep 2023, 13:19
Re: How to init full process to create a site?
And how can I get context if I use ?
Code: Select all
Artisan::call("aimeos:setup $site");
Last edited by OleksiiFedorenko on 19 Sep 2023, 11:36, edited 1 time in total.