sy/bootstrap-message

Plugin for adding Message feature

Installs: 278

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sy/bootstrap-message

1.7.1 2025-07-06 14:57 UTC

This package is auto-updated.

Last update: 2025-10-06 15:29:33 UTC


README

sy/bootstrap plugin for adding "Message" feature in your sy/project based application.

Installation

From your sy/project based application directory, run this command:

composer install-plugin message

NOTES

The install-plugin command will do all these following steps:

composer require sy/bootstrap-message

Database

Use the database installation script: sql/install.sql

Language files

Copy the language folder lang/bootstrap-message into your project language directory: protected/lang

CSS

Copy the scss file scss/_bootstrap-message.scss into your project scss directory: protected/scss

Import it in your app.scss file and rebuild the css file.