How to implement a new module in the admin panel, using laravel instead of following Aimeos core package.

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
cojad
Posts: 1
Joined: 16 Mar 2022, 11:34

How to implement a new module in the admin panel, using laravel instead of following Aimeos core package.

Post by cojad » 23 Mar 2022, 05:03

How to implement a new module in the admin panel, using laravel instead of following Aimeos core package.
I wanted to add a new feature in Aimeos admin panel but I want to use the laravel for creating it instead of using Aimeos core classes.

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

Re: How to implement a new module in the admin panel, using laravel instead of following Aimeos core package.

Post by aimeos » 24 Mar 2022, 09:21

You need to implement a JQAdm class as skeleton to fit into the admin backend but you can use Laravel means in the implementation of the methods instead the Aimeos core objects.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply