Search found 13 matches

by Kevin
30 Nov 2017, 16:32
Forum: Laravel package
Topic: Object initiation
Replies: 3
Views: 1501

Object initiation

Hi all, I'm currently working on the myaccount history page. More concrete, I'm updating the list of orders a user has ordered. Therefore, I'm updating the following view into my ext folder: /client/html/templates/account/history/list-body-default.php In the list I'm showing: Order id Order date Pay...
by Kevin
30 Nov 2017, 14:37
Forum: Laravel package
Topic: Passing multiple variables to view
Replies: 2
Views: 1848

Re: Passing multiple variables to view

Thanks!
by Kevin
28 Nov 2017, 20:02
Forum: Laravel package
Topic: Passing multiple variables to view
Replies: 2
Views: 1848

Passing multiple variables to view

Hi all, I'm struggling with my Laravel + CodeIgniter instance. I did update my routes so the myaccount function is handled through my own controller instead of the default AccountController that comes with Aimeos. The code to within my function is the following and works perfect: $params = app( '\Ai...