The path to new controllers, where should he be?

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!
Czarek
Posts: 3
Joined: 28 Jun 2021, 11:33

The path to new controllers, where should he be?

Post by Czarek » 14 Jul 2021, 14:22

In shop.php, I added "mynameeerrr" to

Code: Select all

 'client' => [
         'html' => [
             'checkout' => [
                 'confirm' => [
                     'name' => 'mynameeerrr',
and got an error

Code: Select all

Class "\ Aimeos \ Client \ Html \ Checkout \ Confirm \ mynameeerrr" not available
Tell me which path should I create this file "mynameeerrr"?
Attachments
Image20210714161813.png
Image20210714161813.png (15.36 KiB) Viewed 5395 times
Image20210714161808.png
Image20210714161808.png (180.6 KiB) Viewed 5395 times

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

Re: The path to new controllers, where should he be?

Post by aimeos » 14 Jul 2021, 16:54

Where did you store your new class?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

zyabik
Posts: 1
Joined: 14 Jul 2021, 17:00

Re: The path to new controllers, where should he be?

Post by zyabik » 14 Jul 2021, 17:04

Problem solved
Attachments
Bez tytułu2.png
Bez tytułu2.png (76.48 KiB) Viewed 5387 times
Bez tytułu.png
Bez tytułu.png (64.1 KiB) Viewed 5387 times

Post Reply