Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.14 KB

README.md

File metadata and controls

48 lines (37 loc) · 2.14 KB

sSettings for Evolution CMS

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

sSettings is a powerful plugin meticulously crafted for Evolution CMS, providing an extensive array of advanced settings to elevate your website's customization capabilities. Tailored by Seiger, this plugin empowers website administrators and developers with a seamless solution for configuring and fine-tuning various aspects of their online presence.

Designed to seamlessly integrate with Evolution CMS, sSettings is your go-to solution for unlocking advanced customization options. Whether you are a seasoned developer or a website administrator, this plugin offers an intuitive interface for configuring your website's settings to align precisely with your vision. Experience the next level of control and flexibility with sSettings.

Features

  • Checkbox field type.
  • Image field type.
  • Text field type.
  • Textarea field type.
  • TextareaMini field type.

Install by artisan package installer

Go to You /core/ folder:

cd core

Run php artisan command

php artisan package:installrequire seiger/ssettings "*"
php artisan vendor:publish --provider="Seiger\sSettings\sSettingsServiceProvider"

See full documentation here