Custom Menu Element Admin Panel

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!
jramirezgranada
Posts: 40
Joined: 12 Jul 2018, 19:57

Custom Menu Element Admin Panel

Post by jramirezgranada » 12 Jul 2018, 20:27

Laravel: 5.6
Aimeos: 2018.04
PHP: 7.x


Hi Everyone;

I'm working with aiemos 2018.04 version and I'm trying to get a new element in the admin panel, I followed your recommendation laravel-package-f18/admin-dashboard-add ... html#p6043, so far everything good, when I try to get the element in the menu I overwrite in my own extension the admin.php file with the new element, I added it in navbar and resources array. But I can't get it.
Other options I tried:

1. Created navbar.php file (does not work)
2. Added navbar array in my shop.php config file (does not work)
3. Added my new option in the admin.php file for ai-admin-jqadm extension (it works)

Can you help me with that?

Thanks in advance.
--
Jorge A Ramirez
System Engineer
PHP Developer

jramirezgranada
Posts: 40
Joined: 12 Jul 2018, 19:57

Re: Custom Menu Element Admin Panel

Post by jramirezgranada » 12 Jul 2018, 20:49

Thanks,
I've fixed, I had to change the path in the config array in the manifest.php.
--
Jorge A Ramirez
System Engineer
PHP Developer

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

Re: Custom Menu Element Admin Panel

Post by aimeos » 14 Jul 2018, 08:08

Configuration settings should go to ./yourext/config/ i.e. ./yourext/config/admin.php in your case
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply