Search found 3 matches

by spierce
04 Jun 2017, 17:57
Forum: Laravel package
Topic: Install alongside existing application
Replies: 8
Views: 5923

Re: Install alongside existing application - Routing issues

We had to make a few tweaks to get things to work with regard to accessing the admin interface. One thing we had to do was change like 291 of the Aimeos Context object to use $user->getName() instead of $user->name Now we're fighting routing issues. We run multiple sites off the same Laravel install...
by spierce
04 Jun 2017, 16:38
Forum: Laravel package
Topic: Install alongside existing application
Replies: 8
Views: 5923

Re: Install alongside existing application

Thanks! I got the storefront working yesterday but forgot to post here. Currently trying to figure out the admin interface - we already had routes for /admin so we reworked those to not interfere with the Aimeos admin routes. Currently getting Call to undefined method User::can() So we're chasing th...
by spierce
03 Jun 2017, 16:59
Forum: Laravel package
Topic: Install alongside existing application
Replies: 8
Views: 5923

Install alongside existing application

I have an existing Laravel 5.4 installation using MariaDB with a custom application running for a site. I want to use Aimeos to add shopping functionality to the site. Is there a way to install without a fresh installation of Laravel? I've tried and can't get it to work. What I've tried: Clone produ...