sy/bootstrap-message

Plugin for adding Message feature

1.2.0 2024-04-16 16:54 UTC

This package is auto-updated.

Last update: 2024-04-16 16:57:01 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.