seiger/soffers

Module for records management in the Evolution CMS admin panel.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:evolutioncms-module

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

This package is auto-updated.

Last update: 2024-04-14 14:47:36 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