Page 1 of 1

integrsting aimeos admin with existing admin

Posted: 23 Nov 2017, 23:45
by Dani
hello guys
when beginning my project didn't think i would implement something like aimeos which as turned out to be my best option now so the problem is i have an existing admin with routes almost as some of the aimeos naming of the tables.
in short is it possible to get it running along side the exiting admin dashboard like having both so as not to affect the existing project. win 7 xampp php7 maria-db thanks in advance.

Re: integrsting aimeos admin with existing admin

Posted: 24 Nov 2017, 09:02
by aimeos
Your main problem probably is the conflict with the Aimeos /admin routes. You can configure a different route prefix like /aimeos. Please have a look into the Aimeos route file to see what routes exist: https://github.com/aimeos/aimeos-larave ... routes.php

You can change the route prefixes in the ./config/shop.php:
https://github.com/aimeos/aimeos-larave ... hop.php#L5

Re: integrsting aimeos admin with existing admin

Posted: 24 Nov 2017, 20:13
by Dani
;) thanks alot for your fast response but am getting the problems below.
i am getting a nother issue with the tables it looks like one of the tables with a key pointing to another table is supposed to be altered by aimeos but its failing. the package is chatter by devdojo github repo that the aimeos is trying to alter one of its tables.

problem 2-> i have worked on prefix but its not working one thing that it does is the command php artisan serve breaks immediately i try to reach aimeos admin route and when i try again running the serve command it gives a 404 error.

i changed the routes in the vendor/aimeos/aimeos-laravel/src/routes.php admin group prefix. any insights would help.

there was however success on the /list route its displaying but without the css but bootstrap seems working.
my platform is xampp stack server, windows 7 php7, mysql 5.6.