URL Issue

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!
kishanbupadhyaya
Posts: 16
Joined: 20 Jun 2019, 10:16

URL Issue

Post by kishanbupadhyaya » 09 Jul 2019, 06:21

Hi Aimeos,

Laravel Version:- 5.8
Aimeos Version:- 2019.04
Windows 10
Project Name: proimage

Project URL in Local :- http://localhost/proimage/shop
Getting Product Detail URL:- http://localhost/shop/Demo_article/0

My Question is that when we run our project without using php artisan serve for ex. http://localhost/proimage/public/shop it show listing page properly but on that page we have showed product his link not showing proper url it show url like this.
http://localhost/shop/Demo_article/0 it is not adding our project name we have changed in .env file and also we have changed project url in config/app.php but not working

And Screenshot links
https://image.prntscr.com/image/PzTm_vf ... ign6SQ.png
https://image.prntscr.com/image/c0uuFFT ... FVklEg.png
https://image.prntscr.com/image/fqPpBY1 ... En2UTw.png

Thank you,
Kishan Upadhyay

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

Re: URL Issue

Post by aimeos » 09 Jul 2019, 08:26

Laravel doesn't support installations in subdirectories well:
https://github.com/aimeos/aimeos-larave ... -506869277
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kishanbupadhyaya
Posts: 16
Joined: 20 Jun 2019, 10:16

Re: URL Issue

Post by kishanbupadhyaya » 09 Jul 2019, 11:15

Hi Aimeos,

Thank you for reply that's lot for me.

Thank You,
Kishan Upadhyay

Post Reply