Skip to content

v1.0.27

Compare
Choose a tag to compare
@3x1io 3x1io released this 05 Oct 11:02
· 4 commits to master since this release

Use Post Events

sometimes you need to add some custom logic to your post like send email or notify user you can use the post events to do this, and the supported events is:

\TomatoPHP\FilamentCms\Events\PostCreated::class
\TomatoPHP\FilamentCms\Events\PostUpdated::class
\TomatoPHP\FilamentCms\Events\PostDeleted::class

Full Changelog: v1.0.26...v1.0.27