Custom controllers in Laravel

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!
krzysiekp
Posts: 97
Joined: 05 Nov 2021, 16:19

Custom controllers in Laravel

Post by krzysiekp » 28 Jan 2025, 06:24

I have a custom application in Laravel 10 where I have Aimeos controllers overwritten with my own. Are there any simple methods that I can use in controllers that allow me to:
- add to cart
- save the customer's address
- save the selected form of delivery and payment
- save the entire order

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

Re: Custom controllers in Laravel

Post by aimeos » 29 Jan 2025, 10:26

Please have a look at the interface of the basket frontend controller:
https://github.com/aimeos/ai-controller ... /Iface.php
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply