Search found 2 matches

by geramv22
10 Nov 2023, 08:12
Forum: Laravel package
Topic: Modules
Replies: 3
Views: 972

Re: Modules

Disable the route groups in your ./config/shop.php by setting them to "false": https://github.com/aimeos/aimeos-laravel/blob/master/config/shop.php#L13-L30 Then, copy the routes you've disabled to your ./routes/web.php file: https://github.com/aimeos/aimeos-laravel/blob/master/routes/aime...
by geramv22
09 Nov 2023, 15:10
Forum: Laravel package
Topic: Modules
Replies: 3
Views: 972

Modules

Hello everyone, I have a problem that I cannot find in the aimeos 2023 documentation, I have created an extension with the available tool and I want to include an override for the routes within the module itself, as it should be done, thank you!