Implementing an 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!
jafo66
Posts: 25
Joined: 06 Mar 2024, 04:42

Implementing an admin panel

Post by jafo66 » 25 Mar 2024, 03:43

With the context of my other posts, I've been following the docs to the best of my ability. I was able to successfully implement a menu item.

When I click on the menu item it went to: [url]http://localhost:8000/admin/default/jqadm/search/season?locale=en[/url] and then I got an error that ./src/Season/Standard.php doesn't exist. I can't find a reference or example for what that file does. I did create the file and was able to output some HTML.

Question: what is supposed to be in that file OR how do I get it (via: redirect or inline) to the list.php in ./templates/admin/jqadm/season/list.php?

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

Re: Implementing an admin panel

Post by aimeos » 27 Mar 2024, 09:59

The file location mentioned in the error isn't within the expected directory structure. There seems to be something wrong in your setup.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

jafo66
Posts: 25
Joined: 06 Mar 2024, 04:42

Re: Implementing an admin panel

Post by jafo66 » 28 Mar 2024, 14:38

You are correct, I had not configured my extension properly. Once that was resolved, it is working properly now. (Thanks to Norbert at Aimeos)

Post Reply