Search found 6 matches

by daniel.groppo
19 Sep 2016, 17:35
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Re: Links at views going to root

These are the rows (domain - code - label):

0: (customer/group - default - standard)
1: (order - download - download)
2: (product - default - standard)
3: (product - favorite - favorite)
4: (product - watch - watch list)
by daniel.groppo
18 Sep 2016, 19:18
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Re: Links at views going to root

Yes, there are 5 registers in users_list_types.
by daniel.groppo
17 Sep 2016, 21:23
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Re: Links at views going to root

Yes, I executed the command, but I had the same problem of bruno: https://github.com/aimeos/aimeos-laravel/issues/62 The connection with database is working. I did the installation from the scratch again. I executed the following commands (without any error), but the mshop_customer_list_type have no...
by daniel.groppo
17 Sep 2016, 18:46
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Re: Links at views going to root

Thank you again for your reply. I did not know about these security problems. I created a virtual host in my local environment and my problem was partially solved. Now I can acess http://myapp/list and all the links are working. But when I login (http://myapp/admin), I'm redirected to http://myapp/j...
by daniel.groppo
17 Sep 2016, 16:10
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Re: Links at views going to root

Thanks for your reply, but is it possible to use Aimeos inside a subdirectory like 'myapp'? Its because I have many others Laravel applications inside the localhost (even these apps works well with subdirectory), and in the future I want to create others Aimeos app in my local server.
by daniel.groppo
17 Sep 2016, 08:18
Forum: Laravel package
Topic: Links at views going to root
Replies: 11
Views: 6092

Links at views going to root

Hello, I'm beginner with Aimeos at Laravel 5.2. I have followed every step of installation documentation (including auth steps for Laravel 5.2). I already searched in many communities about my problem, but I'm no finding anything. I'm using XAMPP with PHP 5.6 and my application is located at C:/xamp...