Search found 2 matches

by santoshgarudi
12 Apr 2023, 17:45
Forum: Laravel package
Topic: Overriding base helper functions
Replies: 1
Views: 1474

Overriding base helper functions

Is there any way to override default helper function of $view->link() so I want to add some parameter in all urls. https://github.com/aimeos/aimeos-base/blob/master/src/View/Helper/Link/Standard.php https://github.com/aimeos/aimeos-base/blob/master/src/View/Helper/Url/Standard.php Thanks in advance.
by santoshgarudi
12 Apr 2023, 08:03
Forum: Laravel package
Topic: Override redirect base method.
Replies: 1
Views: 1379

Override redirect base method.

Hi I am new to Aimeos,

https://github.com/aimeos/ai-admin-jqad ... e.php#L682

I want to override redirect() method, Is it possible and if yes how to do that.

Thanks in advance.