seiger/soffers

Module for records management in the Evolution CMS admin panel.

Maintainers

👁 seiger

Package info

github.com/Seiger/sOffers

Language:Blade

Type:evolutioncms-module

pkg:composer/seiger/soffers

Statistics

Installs: 17

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v1.0.0 2023-06-14 13:07 UTC

Requires

  • php: >=7.4

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 57593fa58546a7a27a322951e1449ac341444516

  • Serhii Korneliuk <info.woop@seigerit.com>

evocmsevolution-cms

This package is auto-updated.

Last update: 2026-06-09 09:51:41 UTC


README

👁 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