Composer plugin that automatically publishes domProjects CodeIgniter 4 Bootstrap Icons assets.
- Runs after
composer install - Runs after
composer update - Automatically executes
php spark assets:publish-bootstrap-icons - Supports automatic overwrite configuration
Install the plugin with Composer:
composer require domprojects/codeigniter4-bootstrap-icons-pluginComposer plugin execution must be allowed in the consuming project:
{
"config": {
"allow-plugins": {
"domprojects/codeigniter4-bootstrap-icons-plugin": true
}
}
}Optional Composer configuration:
{
"extra": {
"domprojects-codeigniter4-bootstrap-icons-plugin": {
"auto-publish": true,
"force": true
}
}
}MIT