Search found 3 matches

by OleksiiFedorenko
30 Sep 2023, 10:49
Forum: Laravel package
Topic: Aimeos logs on 500 error
Replies: 1
Views: 10867

Aimeos logs on 500 error

Greetings, I have error 500 when I use aimeos jsonapi. Error message said "An error occured and has been added to the logs". If I check madmin_log there is nothing. Where are api logs? Maybe I need to turn on verbose or something?
by OleksiiFedorenko
19 Sep 2023, 10:56
Forum: Laravel package
Topic: How to init full process to create a site?
Replies: 2
Views: 16850

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");
?
by OleksiiFedorenko
18 Sep 2023, 13:26
Forum: Laravel package
Topic: How to init full process to create a site?
Replies: 2
Views: 16850

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>
?