Search found 274 matches

by MikaelNazarenko
01 Jul 2019, 07:43
Forum: Laravel package
Topic: How to change default 'search' action in admin tab ?
Replies: 6
Views: 2698

Re: How to change default 'search' action in admin tab ?

Thank you very much for the help! But can you, please, tell me what exactly should I add to ./config/shop.php ? I need to completely overwrite ext/ai-admin-jqadm/admin/jqadm/config/admin/jqadm/navbar.php with my own without merging. I am so sorry for a lot questions. I had a look into Aimeos documen...
by MikaelNazarenko
30 Jun 2019, 12:16
Forum: Laravel package
Topic: How to change default 'search' action in admin tab ?
Replies: 6
Views: 2698

Re: How to change default 'search' action in admin tab ?

Thank you very much for response! I gonna to build shop system based on Laravel for my client, and now I must make decision which package should I use. I am learning aimeos. I need to customize admin panel a lot. I added new tab 'profile'. There user can change his data (only first name, last name a...
by MikaelNazarenko
30 Jun 2019, 07:28
Forum: Laravel package
Topic: How to change default 'search' action in admin tab ?
Replies: 6
Views: 2698

How to change default 'search' action in admin tab ?

Hello community! I need help. I have added some new tab to my Laravel aimeos admin panel, like here https://aimeos.org/help/laravel-package-f18/admin-dashboard-add-a-custom-tab-in-locale-menu-t1414.html#p6043. But I want to change default 'search' action 'admin/default/jqadm/search/profile?lang=en',...
by MikaelNazarenko
27 Jun 2019, 16:21
Forum: Help
Topic: How to not overwrite ext folder with composer install ?
Replies: 7
Views: 2854

How to not overwrite ext folder with composer install ?

I have created new Laravel project, there in dependencies is laravel-aimeos. I push files to bitbacket repository, of course I don't push vendor folder. Normally I work on my local machine. Let say I want to set up this project on remote server. I go to ssh remote server, there clone the project fro...