high-five / component-library
Component library module for Craft CMS websites
Installs: 5
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-module
Requires
- craftcms/cms: ^4.0.0
Requires (Dev)
- craftcms/phpstan: dev-main
This package is auto-updated.
Last update: 2025-03-16 02:46:46 UTC
README
Installation
composer require high-five/component-library
Load Module
Load the module in the config/app.php
file:
<?php return [ 'modules' => [ 'component-library' => ComponentLibrary::class, ], 'bootstrap' => [ 'component-library' ], ];
Make sure to run ddev composer dumpautoload
after adding this