how to setup customer and admin account

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!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

how to setup customer and admin account

Post by awaidqureshi » 01 Mar 2019, 13:03

Please give me step by step guid that i which .
customer can register and login to their account and customer can only see their details and order details

and the second thing is i want to redirect the customer to their dashboard means if admin is login it should go to admin dashboard and if simple customer in login then the customer should go to thier pannel.

Thanks.

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

Re: how to setup customer and admin account

Post by aimeos » 03 Mar 2019, 12:14

Customer and admin login are two separate routes ("myaccount" and "admin") and they will be forwarded to their profile resp. dashboard after login. Login is handled by Laravel (https://github.com/aimeos/aimeos-laravel#admin) and it also sets up authentication for customers.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

Re: how to setup customer and admin account

Post by awaidqureshi » 06 Mar 2019, 06:32

aimeos wrote:Customer and admin login are two separate routes ("myaccount" and "admin") and they will be forwarded to their profile resp. dashboard after login. Login is handled by Laravel (https://github.com/aimeos/aimeos-laravel#admin) and it also sets up authentication for customers.

with which condition i can check that admin is logged in or customer is logged in.


Thanks.

Post Reply