/sOffers

Module for records management in the Evolution CMS admin panel.

Primary LanguageBladeGNU General Public License v3.0GPL-3.0

sOffers for Evolution CMS 3

Latest Stable Version CMS Evolution PHP version License Issues Stars Total Downloads

sOffers Module for records management in the Evolution CMS admin panel.

Install by artisan package installer

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

Configure

Templates for displaying gallery tabs are configured in the

core/custom/config/cms/settings/sOffers.php