Page 1 of 1

New install on existing website

Posted: 12 Dec 2017, 16:02
by MichaelBrown
I have created a website using Laravel, however I'm not certain how Aimeos should be implemented into the existing website.

Is it proper to install to a folder such as 'store' and leave the .env file and associated Laravel files intact in that folder and then copy the routes files to my existing website? Or is there a skeleton install that is more appropriate for an existing website install?

Thank you

Re: New install on existing website

Posted: 13 Dec 2017, 00:11
by aimeos
You can easily install Aimeos into existing Laravel applications. Just follow the installation guide:
https://github.com/aimeos/aimeos-larave ... -or-update

You don't need to install a skeleton application first because you already have your existing one. The rest of the steps are the same.