sOffers Module for records management in the Evolution CMS admin panel.
Run in you /core/ folder:
php artisan package:installrequire seiger/soffers "*"
Generate the config file in core/custom/config/cms/settings with name soffer.php the file should return a comma-separated list of templates.
php artisan vendor:publish --provider="Seiger\sOffers\sOfferServiceProvider"
Run make DB structure with command:
php artisan migrate
Templates for displaying gallery tabs are configured in the
core/custom/config/cms/settings/sOffers.php