configuring link

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!
gnabin01
Posts: 8
Joined: 08 Dec 2015, 05:58

configuring link

Post by gnabin01 » 12 Dec 2015, 11:39

how do i configure link in aimeos laravel???When I click on every link it doesn't work??I have set to set link manually as:
localhost/foldername/public/function or class . It is tedious to do everytime ??How it canbe resolved???
How can I make loginfor customer , the given link doesn't work???what i have to set for login page???
Thanks in Advance !!!

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

Re: configuring link

Post by aimeos » 12 Dec 2015, 12:05

Your installation seems to be messed up or your environment is configured in a wrong way. Can you tell us more about your environment (OS, web server, database, etc.)?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

gnabin01
Posts: 8
Joined: 08 Dec 2015, 05:58

Re: configuring link

Post by gnabin01 » 12 Dec 2015, 13:20

I am using wamp server for localhost and i have insalled according to the https://github.com/aimeos/aimeos-laravel.I use mysql server and configured the database in .env file.

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

Re: configuring link

Post by aimeos » 12 Dec 2015, 14:54

Hm, we don't have any experience if Laravel is working in a WAMP environment correctly.
The Aimeos core library does, at least when used with TYPO3.

If you could reinstall Laravel and the Aimeos package from scratch and describe what you do and what happens step by step, we might be able to dig into this further.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

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

Re: configuring link

Post by aimeos » 13 Dec 2015, 11:25

aimeos wrote:I have installed according to the github documentation and all things were installed succesfully. I replace 127.0.0.1:8000 to localhost and homepage is at
localhost/[folder-name]/public/list.But when i click other link it goes at localhost/[fuction].But the things goes right when i put localhost/[folder-name]/public/[function] except login and authentication.I can't access login and authentication,is there are method for login/register.
Your document root of the web server must point to the ./public/ directory.
Login and user registration don't work out of the box in Laravel. You have to configure it according to the documentation: http://laravel.com/docs/5.1/authentication
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply