aimeos-laravel: Installations under sub path not supported

If you install (same for admin interface) the shop under a sub path, like /myshop/ only the index pages (dashboard in admin) work, but not any sub page. This is because of a static / is being used all over the place. Instead, you should use route() or at least url() for dynamically generating URLs.

Not all people will have the option of having your shop being installed in document root directory.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 16 (8 by maintainers)

Most upvoted comments

If you can provide a PR with the necessary changes, we would love to integrate them into the aimeos-laravel package 😃

If you have Aimeos installed in a subfolder, the links to the detail page doesn’t contain that subfolder but to the root directory instead (/product_name instead of /subfolder/product_name)