Skip to content

high-five-dev/component-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Component Library Module

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

About

Component library for Craft CMS websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages