Override default aimeos-laravel base.blade.php

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!
cyberdev
Posts: 14
Joined: 06 May 2022, 09:10

Re: Override default aimeos-laravel base.blade.php

Post by cyberdev » 05 Jun 2022, 10:23

aimeos provides a fantastic infrastructure that you can override/ modify or customise everything 👏. base.blade is just a blade template and laravel theme extenstion have service provider that all you need for laravel service container.. in provider you can use you're own logic how to handel template inside .
https://aimeos.org/docs/2022.x/laravel/ ... -templates

Post Reply