area17/twill
Twill is an open-source Laravel package for building a custom CMS fast. It provides a polished admin UI with prebuilt features and Vue components, stays flexible and extensible, works headless or integrated, and lets you use your own models with no lock-in.
Packages are a great way to add or create reusable functionality to your Twill project.
At its base, a Twill package is just a Laravel package but starting from the TwillPackageServiceProvider.
A package self-registers, and can contain Capsules.
Packages are Composer installable.
In the following section we will explain how you can create your own package.
How can I help you explore Laravel packages today?