Download the PHP package storychief/craft-cms-v3-storychief without Composer
On this page you can find all versions of the php package storychief/craft-cms-v3-storychief. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download storychief/craft-cms-v3-storychief
More information about storychief/craft-cms-v3-storychief
Files in storychief/craft-cms-v3-storychief
Package craft-cms-v3-storychief
Short Description Craft CMS plugin to use with Storychief
License MIT
Informations about the package craft-cms-v3-storychief
StoryChief Plugin for Craft CMS 5.x
Craft CMS plugin to use with StoryChief.
Requirements
| Craft CMS version | Branch |
|---|---|
| Craft CMS 5 | craft-cms-5 |
| Craft CMS 4 | craft-cms-4 |
| Craft CMS 3 | craft-cms-3 |
If you are still using Craft CMS 2.x, you can find the right plugin here.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s Control Panel and search for “Storychief”. Then click on the “Install” button in its modal window.
With Composer
Open your terminal and run the following commands:
Activate
To activate the plugin you first need to set up a new Craft CMS channel on your StoryChief admin panel. As soon as you create one, it will give you an encryption key .
In your CRAFT CMS, go to your Settings/Plugins and activate your StoryChief plugin. Go to its Settings and fill the encryption key and website URL.
Save it.
Finally, back to your StoryChief CRAFT CMS channel configuration, fill up your CRAFT CMS site URL and save
:)
Events
Note: this is mostly for developers that know basic PHP and Composer Packages.
beforeEntryPublish and beforeEntryUpdate event
This allows developers to execute custom functionality before saving a new or updating an entry, to modify data of a new entry.
afterEntryPublish event
This allows developers to execute custom functionality after a new entry, pushed by Storychief, is saved in Craft.
afterEntryUpdate event
This allows developers to execute custom functionality after an update to an entry, pushed by Storychief, is saved in Craft.
Both events send out a EntrySaveEvent with the saved Entry object as its property.
Brought to you by StoryChief