sy / bootstrap-message
Plugin for adding Message feature
1.6.0
2024-06-06 16:46 UTC
Requires
- php: >=7
- sy/bootstrap: *
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.