integrsting aimeos admin with existing admin

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!
Dani
Posts: 2
Joined: 23 Nov 2017, 23:24

integrsting aimeos admin with existing admin

Post by Dani » 23 Nov 2017, 23:45

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.

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

Re: integrsting aimeos admin with existing admin

Post by aimeos » 24 Nov 2017, 09:02

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Dani
Posts: 2
Joined: 23 Nov 2017, 23:24

Re: integrsting aimeos admin with existing admin

Post by Dani » 24 Nov 2017, 20:13

;) 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.

Post Reply