This is a private Composer repository.
To use it, you have to add this repository to your composer.json file.
Add this Composer
repository to your project's composer.json
file, then you can require these private packages just like you would with
one from Packagist.
{
"repositories": [{
"type": "composer",
"url": "https://satis.workwithaline.team"
}]
}
Click on an individual package's release version to get a snippet of code for your project's dependencies.
Read more on how to handle composer private packages.
Aline default Elemental block library – BaseElement, ContentBlock, ImageTextBlock, TestimonialBlock, AccordionBlock
Aline blog feature – BlogHolder, BlogPost (BaseContentItem), categories, pagination, RSS
Aline foundational module – contracts, BaseContentItem, base page types, shared templates
Aline UserForms extension – FormBlock, validation, spam protection, email abstraction
Aline news feature – NewsHolder, NewsArticle (BaseContentItem), detail types (templated/PDF/external)
Aline Interactive canonical SilverStripe site starter (create-project)
This Composer repository is powered by Satis