sy/bootstrap plugin for adding "Message" feature in your sy/project based application.
From your sy/project based application directory, run this command:
composer install-plugin messageNOTES
The install-plugin command will do all these following steps:
composer require sy/bootstrap-messageUse the database installation script: sql/install.sql
Copy the language folder lang/bootstrap-message into your project language directory: protected/lang
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.