New 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!
User avatar
NecoBarak
Posts: 1
Joined: 02 Jan 2022, 12:56

New admin panel

Post by NecoBarak » 02 Jan 2022, 13:02

Hello,
I am using laravel 8.x, PHP 7.4, Ubuntu and the Aimeos 2021
What is the simplest way to add a new admin panel , i just want to put in a map (Will get info from externat api)
?
Happy new year !

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

Re: New admin panel

Post by aimeos » 02 Jan 2022, 16:22

If it's for an existing panel like the product, supplier or customer panel, you can create a subpart for your map. In that case, you only need to adapt the get() method and the implement the required template:
https://aimeos.org/docs/latest/admin/jq ... -subparts/

In case it should be a new main panel, you need to implement the search() (and get()) method with the corresponding templates:
https://aimeos.org/docs/latest/admin/jq ... nt-panels/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply